#9085EE

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

Shades of Light Slate Blue #9085EE

Tints of Light Slate Blue #9085EE

Color information

#9085EE (or 0x9085EE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 85 and EE. RGB value is (144,133,238). Sum of RGB (Red+Green+Blue) = 144+133+238=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #9085EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085EE is #6F7A11. Grayscale: #939393. Windows color (decimal): -7305746 or 15631760. OLE color: 15631760.

HSL color Cylindrical-coordinate representation of color #9085EE: hue angle of 246.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9085EE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144133238-
CMYK0.390.4400.07
HSL246.29º75.54%72.75%-
HSV(B)246.29º44.12%93.33%-
XYZ35.3228.8884.6-
YUV148.26178.64124.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=27.96%
G=25.83%
B=46.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441332380.390.4400.07246.2975.5472.75
Hex9085EE272C07f64c49
Octal220205356475407366114111
Binary10010000100001011110111010011110110001111111011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9085EE; }

 p { color: rgb(144,133,238); }

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

<style>
 a { background-color: #9085EE; }

 a { background-color: rgb(144,133,238); }

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

<style>
 span { border-color: #9085EE; }

 span { border-color: rgb(144,133,238); }

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