#9585EF

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

Shades of Light Slate Blue #9585EF

Tints of Light Slate Blue #9585EF

Color information

#9585EF (or 0x9585EF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 85 and EF. RGB value is (149,133,239). Sum of RGB (Red+Green+Blue) = 149+133+239=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #9585EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585EF is #6A7A10. Grayscale: #959595. Windows color (decimal): -6978065 or 15697301. OLE color: 15697301.

HSL color Cylindrical-coordinate representation of color #9585EF: hue angle of 249.06º 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 #9585EF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149133239-
CMYK0.380.4400.06
HSL249.06º76.81%72.94%-
HSV(B)249.06º44.35%93.73%-
XYZ36.3629.485.42-
YUV149.87178.3127.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=28.60%
G=25.53%
B=45.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491332390.380.4400.06249.0676.8172.94
Hex9585EF262C06f94d49
Octal225205357465406371115111
Binary10010101100001011110111110011010110001101111100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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