#999FEE

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

Shades of Portage #999FEE

Tints of Portage #999FEE

Color information

#999FEE (or 0x999FEE) is unknown color: approx Portage. HEX triplet: 99, 9F and EE. RGB value is (153,159,238). Sum of RGB (Red+Green+Blue) = 153+159+238=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #999FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FEE is #666011. Grayscale: #A5A5A5. Windows color (decimal): -6709266 or 15638425. OLE color: 15638425.

HSL color Cylindrical-coordinate representation of color #999FEE: hue angle of 235.76º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999FEE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153159238-
CMYK0.360.3300.07
HSL235.76º71.43%76.67%-
HSV(B)235.76º35.71%93.33%-
XYZ40.9737.7486.01-
YUV166.21168.51118.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=27.82%
G=28.91%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531592380.360.3300.07235.7671.4376.67
Hex999FEE242107ec474d
Octal231237356444107354107115
Binary10011001100111111110111010010010000101111110110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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