Html Css Color HEX #849EE9 Portage

📋 copy color: '#849EE9'

red 132 ◦ green 158 ◦ blue 233

#849EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #849EE9

Tints of Portage #849EE9

RGB

 RED value IS 132 (51.95% from 255) = 25.24%

 GREEN value IS 158 (62.11% from 255) = 30.21%

 BLUE value IS 233 (91.41% from 255) = 44.55%

R = 25.24%
G = 30.21%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#849EE9 (or 0x849EE9) is known color: Portage. HEX triplet: 84, 9E and E9. RGB value is (132,158,233). Sum of RGB (Red+Green+Blue) = 132+158+233=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #849EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EE9 is #7B6116. Grayscale: #9E9E9E. Windows color (decimal): -8085783 or 15310468. OLE color: 15310468.

HSL color Cylindrical-coordinate representation of color #849EE9: hue angle of 224.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #849EE9 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 158 233 -
CMYK 0.43 0.32 0 0.09
HSL 224.55º 0.7% 0.72% -
HSV(B) 224.55º 0.43% 0.91% -
XYZ 36.45 35.24 81.97 -
YUV 158.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 132 158 233 0.43 0.32 0 0.09 224.55 0.7 0.72
Hex 84 9E E9 2B 20 0 9 E1 46 48
Octal 204 236 351 53 40 0 11 341 106 110
Binary 10000100 10011110 11101001 101011 100000 0 1001 11100001 1000110 1001000

Color Harmonies of #849EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EE9

Black with #849EE9

Text Example


Text Example

White with #849EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849EE9; }

 p { color: rgb(132,158,233); }

 H1.HeaderClassName
 {
   color: #849EE9;
 }
 .AnyTagClassName
 {
   color: #849EE9;
 }
</style>

background-color css

<style>
 a { background-color: #849EE9; }

 a { background-color: rgb(132,158,233); }

 div.DivClassName
 {
   background-color: #849EE9;
 }
 .BgClassName
 {
   background-color: #849EE9;
 }
</style>

border-color css

<style>
 span { border-color: #849EE9; }

 span { border-color: rgb(132,158,233); }

 td.TdClassName
 {
   border-color: #849EE9;
 }
 .TagClassName
 {
   border-color: #849EE9;
 }
</style>