#999FF9

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

Shades of Portage #999FF9

Tints of Portage #999FF9

Color information

#999FF9 (or 0x999FF9) is unknown color: approx Portage. HEX triplet: 99, 9F and F9. RGB value is (153,159,249). Sum of RGB (Red+Green+Blue) = 153+159+249=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #999FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FF9 is #666006. Grayscale: #A7A7A7. Windows color (decimal): -6709255 or 16359321. OLE color: 16359321.

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

Color convert

RGB153159249-
CMYK0.390.3600.02
HSL236.25º88.89%78.82%-
HSV(B)236.25º38.55%97.65%-
XYZ42.6338.4194.79-
YUV167.47174.01117.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=27.27%
G=28.34%
B=44.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531592490.390.3600.02236.2588.8978.82
Hex999FF9272402ec594f
Octal231237371474402354131117
Binary1001100110011111111110011001111001000101110110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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