#9085EB

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

Shades of Light Slate Blue #9085EB

Tints of Light Slate Blue #9085EB

Color information

#9085EB (or 0x9085EB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 85 and EB. RGB value is (144,133,235). Sum of RGB (Red+Green+Blue) = 144+133+235=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #9085EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085EB is #6F7A14. Grayscale: #939393. Windows color (decimal): -7305749 or 15435152. OLE color: 15435152.

HSL color Cylindrical-coordinate representation of color #9085EB: hue angle of 246.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9085EB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144133235-
CMYK0.390.4300.08
HSL246.47º71.83%72.16%-
HSV(B)246.47º43.4%92.16%-
XYZ34.8828.782.3-
YUV147.92177.14125.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=28.12%
G=25.98%
B=45.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441332350.390.4300.08246.4771.8372.16
Hex9085EB272B08f64848
Octal2202053534753010366110110
Binary100100001000010111101011100111101011010001111011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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