#999FF8

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

Shades of Portage #999FF8

Tints of Portage #999FF8

Color information

#999FF8 (or 0x999FF8) is unknown color: approx Portage. HEX triplet: 99, 9F and F8. RGB value is (153,159,248). Sum of RGB (Red+Green+Blue) = 153+159+248=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #999FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FF8 is #666007. Grayscale: #A6A6A6. Windows color (decimal): -6709256 or 16293785. OLE color: 16293785.

HSL color Cylindrical-coordinate representation of color #999FF8: hue angle of 236.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999FF8 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153159248-
CMYK0.380.3600.03
HSL236.21º87.16%78.63%-
HSV(B)236.21º38.31%97.25%-
XYZ42.4838.3593.97-
YUV167.35173.51117.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.32%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=27.32%
G=28.39%
B=44.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531592480.380.3600.03236.2187.1678.63
Hex999FF8262403ec574f
Octal231237370464403354127117
Binary1001100110011111111110001001101001000111110110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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