#999FE9

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

Shades of Portage #999FE9

Tints of Portage #999FE9

Color information

#999FE9 (or 0x999FE9) is unknown color: approx Portage. HEX triplet: 99, 9F and E9. RGB value is (153,159,233). Sum of RGB (Red+Green+Blue) = 153+159+233=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #999FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FE9 is #666016. Grayscale: #A5A5A5. Windows color (decimal): -6709271 or 15310745. OLE color: 15310745.

HSL color Cylindrical-coordinate representation of color #999FE9: hue angle of 235.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999FE9 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153159233-
CMYK0.340.3200.09
HSL235.5º64.52%75.69%-
HSV(B)235.5º34.33%91.37%-
XYZ40.2437.4582.2-
YUV165.64166.01118.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.07%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=28.07%
G=29.17%
B=42.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531592330.340.3200.09235.564.5275.69
Hex999FE9222009ec414c
Octal2312373514240011354101114
Binary100110011001111111101001100010100000010011110110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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