Html Css Color HEX #999EFB Portage

📋 copy color: '#999EFB'

red 153 ◦ green 158 ◦ blue 251

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

Shades of Portage #999EFB

Tints of Portage #999EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 27.22%
G = 28.11%
B = 44.66%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#999EFB (or 0x999EFB) is known color: Portage. HEX triplet: 99, 9E and FB. RGB value is (153,158,251). Sum of RGB (Red+Green+Blue) = 153+158+251=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #999EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFB is #666104. Grayscale: #A6A6A6. Windows color (decimal): -6709509 or 16490137. OLE color: 16490137.

HSL color Cylindrical-coordinate representation of color #999EFB: hue angle of 236.94º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999EFB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 158 251 -
CMYK 0.39 0.37 0 0.02
HSL 236.94º 0.92% 0.79% -
HSV(B) 236.94º 0.39% 0.98% -
XYZ 42.78 38.19 96.38 -
YUV 167.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 153 158 251 0.39 0.37 0 0.02 236.94 0.92 0.79
Hex 99 9E FB 27 25 0 2 ED 5C 4F
Octal 231 236 373 47 45 0 2 355 134 117
Binary 10011001 10011110 11111011 100111 100101 0 10 11101101 1011100 1001111

Color Harmonies of #999EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EFB

Black with #999EFB

Text Example


Text Example

White with #999EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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