Html Css Color HEX #999DE9 Portage

📋 copy color: '#999DE9'

red 153 ◦ green 157 ◦ blue 233

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

Shades of Portage #999DE9

Tints of Portage #999DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.91%

R = 28.18%
G = 28.91%
B = 42.91%

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

#999DE9 (or 0x999DE9) is known color: Portage. HEX triplet: 99, 9D and E9. RGB value is (153,157,233). Sum of RGB (Red+Green+Blue) = 153+157+233=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #999DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DE9 is #666216. Grayscale: #A4A4A4. Windows color (decimal): -6709783 or 15310233. OLE color: 15310233.

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

Color convert

RGB 153 157 233 -
CMYK 0.34 0.33 0 0.09
HSL 237º 0.65% 0.76% -
HSV(B) 237º 0.34% 0.91% -
XYZ 39.9 36.77 82.08 -
YUV 164.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 153 157 233 0.34 0.33 0 0.09 237 0.65 0.76
Hex 99 9D E9 22 21 0 9 ED 41 4C
Octal 231 235 351 42 41 0 11 355 101 114
Binary 10011001 10011101 11101001 100010 100001 0 1001 11101101 1000001 1001100

Color Harmonies of #999DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DE9

Black with #999DE9

Text Example


Text Example

White with #999DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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