#9085EF

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

Shades of Light Slate Blue #9085EF

Tints of Light Slate Blue #9085EF

Color information

#9085EF (or 0x9085EF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 85 and EF. RGB value is (144,133,239). Sum of RGB (Red+Green+Blue) = 144+133+239=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #9085EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085EF is #6F7A10. Grayscale: #939393. Windows color (decimal): -7305745 or 15697296. OLE color: 15697296.

HSL color Cylindrical-coordinate representation of color #9085EF: hue angle of 246.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9085EF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144133239-
CMYK0.400.4400.06
HSL246.23º76.81%72.94%-
HSV(B)246.23º44.35%93.73%-
XYZ35.4728.9485.38-
YUV148.37179.14124.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=27.91%
G=25.78%
B=46.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441332390.400.4400.06246.2376.8172.94
Hex9085EF282C06f64d49
Octal220205357505406366115111
Binary10010000100001011110111110100010110001101111011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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