Html Css Color HEX #999CE0 Portage

📋 copy color: '#999CE0'

red 153 ◦ green 156 ◦ blue 224

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

Shades of Portage #999CE0

Tints of Portage #999CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 28.71%
G = 29.27%
B = 42.03%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#999CE0 (or 0x999CE0) is known color: Portage. HEX triplet: 99, 9C and E0. RGB value is (153,156,224). Sum of RGB (Red+Green+Blue) = 153+156+224=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #999CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CE0 is #66631F. Grayscale: #A2A2A2. Windows color (decimal): -6710048 or 14720153. OLE color: 14720153.

HSL color Cylindrical-coordinate representation of color #999CE0: hue angle of 237.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999CE0 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 156 224 -
CMYK 0.32 0.30 0 0.12
HSL 237.46º 0.53% 0.74% -
HSV(B) 237.46º 0.32% 0.88% -
XYZ 38.48 35.93 75.43 -
YUV 162.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 153 156 224 0.32 0.30 0 0.12 237.46 0.53 0.74
Hex 99 9C E0 20 1E 0 C ED 35 4A
Octal 231 234 340 40 36 0 14 355 65 112
Binary 10011001 10011100 11100000 100000 11110 0 1100 11101101 110101 1001010

Color Harmonies of #999CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CE0

Black with #999CE0

Text Example


Text Example

White with #999CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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