#999FFB

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

Shades of Portage #999FFB

Tints of Portage #999FFB

Color information

#999FFB (or 0x999FFB) is unknown color: approx Portage. HEX triplet: 99, 9F and FB. RGB value is (153,159,251). Sum of RGB (Red+Green+Blue) = 153+159+251=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #999FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFB is #666004. Grayscale: #A7A7A7. Windows color (decimal): -6709253 or 16490393. OLE color: 16490393.

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

Color convert

RGB153159251-
CMYK0.390.3700.02
HSL236.33º92.45%79.22%-
HSV(B)236.33º39.04%98.43%-
XYZ42.9538.5396.44-
YUV167.69175.01117.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=27.18%
G=28.24%
B=44.58%

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
Decimal1531592510.390.3700.02236.3392.4579.22
Hex999FFB272502ec5c4f
Octal231237373474502354134117
Binary1001100110011111111110111001111001010101110110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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