#999FED

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

Shades of Portage #999FED

Tints of Portage #999FED

Color information

#999FED (or 0x999FED) is unknown color: approx Portage. HEX triplet: 99, 9F and ED. RGB value is (153,159,237). Sum of RGB (Red+Green+Blue) = 153+159+237=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #999FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FED is #666012. Grayscale: #A5A5A5. Windows color (decimal): -6709267 or 15572889. OLE color: 15572889.

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

Color convert

RGB153159237-
CMYK0.350.3300.07
HSL235.71º70%76.47%-
HSV(B)235.71º35.44%92.94%-
XYZ40.8237.6885.24-
YUV166.1168.01118.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=27.87%
G=28.96%
B=43.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531592370.350.3300.07235.717076.47
Hex999FED232107ec464c
Octal231237355434107354106114
Binary10011001100111111110110110001110000101111110110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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