#999DFB

Color #999DFB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #999DFB

Tints of Portage #999DFB

Color information

#999DFB (or 0x999DFB) is unknown color: approx Portage. HEX triplet: 99, 9D and FB. RGB value is (153,157,251). Sum of RGB (Red+Green+Blue) = 153+157+251=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #999DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DFB is #666204. Grayscale: #A6A6A6. Windows color (decimal): -6709765 or 16489881. OLE color: 16489881.

HSL color Cylindrical-coordinate representation of color #999DFB: hue angle of 237.55º 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 #999DFB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153157251-
CMYK0.390.3700.02
HSL237.55º92.45%79.22%-
HSV(B)237.55º39.04%98.43%-
XYZ42.6137.8596.33-
YUV166.52175.67118.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=27.27%
G=27.99%
B=44.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531572510.390.3700.02237.5592.4579.22
Hex999DFB272502ee5c4f
Octal231235373474502356134117
Binary1001100110011101111110111001111001010101110111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #999DFB;
 }
 .AnyTagClassName
 {
   color: #999DFB;
 }
</style>
background-color css

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

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

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

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

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

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