COLOR #848FE9

HEX: #848FE9 RGB: (132,143,233)

Color info

#848FE9 contains mainly blue color. Web safe color of #848FE9 is #9999FF (or #99F).

RGB color model

#848FE9 color RGB value is (132,143,233).

RGB: (132,143,233) (52%, 56%, 91%)

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 233 of 255 = 91%

132
143
233

R + G + B ~ 66%. #848FE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 143 + 233 = 508 (100%)
R 132 of 508 ~ 25.98%
G 143 of 508 ~ 28.15%
B 233 of 508 ~ 45.87'%

%25.98
%28.15
%45.87

CMYK color model

#848FE9 color CMYK value is (43,39,0,9).

  • cyan value is 43.35%
  • magenta value is 38.63%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (43,39,0,9)
C43M39Y0K9 (43%, 39%, 0%, 9%)
(0.43 / 0.39 / 0.00 / 0.09)

CMYK percentages

%43.35
%38.63
%0
%8.63

Codes

Color #848FE9 in popluar color models

84 8F E9
RGB 132 143 233
HSL 233° 69.66% 71.57%
HSB/HSV 233° 43.35% 91.37%
CMYK 43.35% 38.63% 0.00%
8.63%

Color #848FE9 in popluar number systems.

HEX 84 8F E9
Decimal 132 143 233
Binary 10000100 10001111 11101001
Octal 204 217 351

Shades and tints

Shades of #848FE9

#848FE9
(132,143,233)
#7882D4
(120,130,212)
#6C75BF
(108,117,191)
#6068AA
(96,104,170)
#545B95
(84,91,149)
#484E80
(72,78,128)
#3C416B
(60,65,107)
#303456
(48,52,86)
#242741
(36,39,65)
#181A2C
(24,26,44)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #848FE9

#848FE9
(132,143,233)
#8F99EB
(143,153,235)
#9AA3ED
(154,163,237)
#A5ADEF
(165,173,239)
#B0B7F1
(176,183,241)
#BBC1F3
(187,193,243)
#C6CBF5
(198,203,245)
#D1D5F7
(209,213,247)
#DCDFF9
(220,223,249)
#E7E9FB
(231,233,251)
#F2F3FD
(242,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848FE9 color. Also use rgb(132,143,233) instead hex code.

Text Font Color

.myTextColor { color: #848FE9; }

<p style="color:#848FE9">This sample text font color is #848FE9.</p>

This text font color is #848FE9.

Background Color

.myBgColor { background-color: #848FE9; }

<div style="background-color:#848FE9">Inner text</div>

This div background color is #848FE9.

Border color

.myBorderColor { border: 1px solid #848FE9; }

<div style="border:3px solid #848FE9">Div</div>

This div border color is #848FE9.

Opacity

.myOpacity80 { color: #848FE9; opacity: 0.8; }

<p style="color:#848FE9;opacity:0.8;">80%</p>

Text with #848FE9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #848FE9;}

<p style="text-shadow: 3px 3px 1px #848FE9">Text here.</p>

This text has shadow with #848FE9 color.


.textShadow {text-shadow: 3px 3px 1px #848FE9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #848FE9, 5px 5px 20px red">Text here.</p>

This text has shadow with #848FE9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#848FE9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#848FE9, Direction=45, Strength=4)">Text</p>

This text has shadow with #848FE9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #848FE9;
-webkit-box-shadow: 1px 1px 3px 2px #848FE9;
box-shadow: 1px 1px 3px 2px #848FE9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #848FE9; -webkit-box-shadow: 1px 1px 3px 2px #848FE9; box-shadow:1px 1px 3px 2px #848FE9;">
Div content here
</div>

This div box has shadow with color #848FE9.

Preview

Color preview on black background

This text has color #848FE9 on black background.


Color preview on white background

This text has color #848FE9 on white background.


Black color preview on #848FE9 background

This text has black color on #848FE9 background.


White color preview on #848FE9 background

This text has white color on #848FE9 background.


Related colors

Complementary color

Complementary color for #hex is #7B7016.


I love getcolorcode.com

Triadic colors

1 #E9848F and #8FE984 with #848FE9 are triadic colors.

2 #E98F84 and #8F84E9 with #848FE9 are triadic colors.