#9080EC

Color #9080EC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9080EC

Tints of Light Slate Blue #9080EC

Color information

#9080EC (or 0x9080EC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 80 and EC. RGB value is (144,128,236). Sum of RGB (Red+Green+Blue) = 144+128+236=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #9080EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080EC is #6F7F13. Grayscale: #909090. Windows color (decimal): -7307028 or 15499408. OLE color: 15499408.

HSL color Cylindrical-coordinate representation of color #9080EC: hue angle of 248.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9080EC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144128236-
CMYK0.390.4600.07
HSL248.89º73.97%71.37%-
HSV(B)248.89º45.76%92.55%-
XYZ34.3627.4282.84-
YUV145.1179.3127.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=28.35%
G=25.20%
B=46.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441282360.390.4600.07248.8973.9771.37
Hex9080EC272E07f94a47
Octal220200354475607371112107
Binary10010000100000001110110010011110111001111111100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9080EC; }

 p { color: rgb(144,128,236); }

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

<style>
 a { background-color: #9080EC; }

 a { background-color: rgb(144,128,236); }

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

<style>
 span { border-color: #9080EC; }

 span { border-color: rgb(144,128,236); }

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