Html Css Color HEX #999EE8 Portage

📋 copy color: '#999EE8'

red 153 ◦ green 158 ◦ blue 232

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

Shades of Portage #999EE8

Tints of Portage #999EE8

RGB

 RED value IS 153 (60.16% from 255) = 28.18%

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

 BLUE value IS 232 (91.02% from 255) = 42.73%

R = 28.18%
G = 29.1%
B = 42.73%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#999EE8 (or 0x999EE8) is known color: Portage. HEX triplet: 99, 9E and E8. RGB value is (153,158,232). Sum of RGB (Red+Green+Blue) = 153+158+232=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #999EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EE8 is #666117. Grayscale: #A4A4A4. Windows color (decimal): -6709528 or 15244953. OLE color: 15244953.

HSL color Cylindrical-coordinate representation of color #999EE8: hue angle of 236.2º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999EE8 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 158 232 -
CMYK 0.34 0.32 0 0.09
HSL 236.2º 0.63% 0.75% -
HSV(B) 236.2º 0.34% 0.91% -
XYZ 39.93 37.05 81.39 -
YUV 164.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 153 158 232 0.34 0.32 0 0.09 236.2 0.63 0.75
Hex 99 9E E8 22 20 0 9 EC 3F 4B
Octal 231 236 350 42 40 0 11 354 77 113
Binary 10011001 10011110 11101000 100010 100000 0 1001 11101100 111111 1001011

Color Harmonies of #999EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EE8

Black with #999EE8

Text Example


Text Example

White with #999EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999EE8; }

 p { color: rgb(153,158,232); }

 H1.HeaderClassName
 {
   color: #999EE8;
 }
 .AnyTagClassName
 {
   color: #999EE8;
 }
</style>

background-color css

<style>
 a { background-color: #999EE8; }

 a { background-color: rgb(153,158,232); }

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

border-color css

<style>
 span { border-color: #999EE8; }

 span { border-color: rgb(153,158,232); }

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