Html Css Color HEX #999DEE Portage

📋 copy color: '#999DEE'

red 153 ◦ green 157 ◦ blue 238

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

Shades of Portage #999DEE

Tints of Portage #999DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 27.92%
G = 28.65%
B = 43.43%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#999DEE (or 0x999DEE) is known color: Portage. HEX triplet: 99, 9D and EE. RGB value is (153,157,238). Sum of RGB (Red+Green+Blue) = 153+157+238=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #999DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DEE is #666211. Grayscale: #A4A4A4. Windows color (decimal): -6709778 or 15637913. OLE color: 15637913.

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

Color convert

RGB 153 157 238 -
CMYK 0.36 0.34 0 0.07
HSL 237.18º 0.71% 0.77% -
HSV(B) 237.18º 0.36% 0.93% -
XYZ 40.63 37.06 85.9 -
YUV 165.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 153 157 238 0.36 0.34 0 0.07 237.18 0.71 0.77
Hex 99 9D EE 24 22 0 7 ED 47 4D
Octal 231 235 356 44 42 0 7 355 107 115
Binary 10011001 10011101 11101110 100100 100010 0 111 11101101 1000111 1001101

Color Harmonies of #999DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DEE

Black with #999DEE

Text Example


Text Example

White with #999DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,157,238); }

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

background-color css

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

 a { background-color: rgb(153,157,238); }

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

border-color css

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

 span { border-color: rgb(153,157,238); }

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