Html Css Color HEX #999CE8 Portage

📋 copy color: '#999CE8'

red 153 ◦ green 156 ◦ blue 232

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

Shades of Portage #999CE8

Tints of Portage #999CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

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

R = 28.28%
G = 28.84%
B = 42.88%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#999CE8 (or 0x999CE8) is known color: Portage. HEX triplet: 99, 9C and E8. RGB value is (153,156,232). Sum of RGB (Red+Green+Blue) = 153+156+232=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #999CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CE8 is #666317. Grayscale: #A3A3A3. Windows color (decimal): -6710040 or 15244441. OLE color: 15244441.

HSL color Cylindrical-coordinate representation of color #999CE8: hue angle of 237.72º 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 #999CE8 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 156 232 -
CMYK 0.34 0.33 0 0.09
HSL 237.72º 0.63% 0.75% -
HSV(B) 237.72º 0.34% 0.91% -
XYZ 39.59 36.38 81.28 -
YUV 163.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 153 156 232 0.34 0.33 0 0.09 237.72 0.63 0.75
Hex 99 9C E8 22 21 0 9 EE 3F 4B
Octal 231 234 350 42 41 0 11 356 77 113
Binary 10011001 10011100 11101000 100010 100001 0 1001 11101110 111111 1001011

Color Harmonies of #999CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CE8

Black with #999CE8

Text Example


Text Example

White with #999CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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