Html Css Color HEX #999EEF Portage

📋 copy color: '#999EEF'

red 153 ◦ green 158 ◦ blue 239

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

Shades of Portage #999EEF

Tints of Portage #999EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 27.82%
G = 28.73%
B = 43.45%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#999EEF (or 0x999EEF) is known color: Portage. HEX triplet: 99, 9E and EF. RGB value is (153,158,239). Sum of RGB (Red+Green+Blue) = 153+158+239=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #999EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EEF is #666110. Grayscale: #A5A5A5. Windows color (decimal): -6709521 or 15703705. OLE color: 15703705.

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

Color convert

RGB 153 158 239 -
CMYK 0.36 0.34 0 0.06
HSL 236.51º 0.73% 0.77% -
HSV(B) 236.51º 0.36% 0.94% -
XYZ 40.94 37.46 86.73 -
YUV 165.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 153 158 239 0.36 0.34 0 0.06 236.51 0.73 0.77
Hex 99 9E EF 24 22 0 6 ED 49 4D
Octal 231 236 357 44 42 0 6 355 111 115
Binary 10011001 10011110 11101111 100100 100010 0 110 11101101 1001001 1001101

Color Harmonies of #999EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EEF

Black with #999EEF

Text Example


Text Example

White with #999EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,158,239); }

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

background-color css

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

 a { background-color: rgb(153,158,239); }

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

border-color css

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

 span { border-color: rgb(153,158,239); }

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