Html Css Color HEX #999CEC Portage

📋 copy color: '#999CEC'

red 153 ◦ green 156 ◦ blue 236

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

Shades of Portage #999CEC

Tints of Portage #999CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 28.07%
G = 28.62%
B = 43.3%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#999CEC (or 0x999CEC) is known color: Portage. HEX triplet: 99, 9C and EC. RGB value is (153,156,236). Sum of RGB (Red+Green+Blue) = 153+156+236=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #999CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CEC is #666313. Grayscale: #A3A3A3. Windows color (decimal): -6710036 or 15506585. OLE color: 15506585.

HSL color Cylindrical-coordinate representation of color #999CEC: hue angle of 237.83º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999CEC is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 156 236 -
CMYK 0.35 0.34 0 0.07
HSL 237.83º 0.69% 0.76% -
HSV(B) 237.83º 0.35% 0.93% -
XYZ 40.17 36.61 84.31 -
YUV 164.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 153 156 236 0.35 0.34 0 0.07 237.83 0.69 0.76
Hex 99 9C EC 23 22 0 7 EE 45 4C
Octal 231 234 354 43 42 0 7 356 105 114
Binary 10011001 10011100 11101100 100011 100010 0 111 11101110 1000101 1001100

Color Harmonies of #999CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CEC

Black with #999CEC

Text Example


Text Example

White with #999CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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