#9585FF

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

Shades of Light Slate Blue #9585FF

Tints of Light Slate Blue #9585FF

Color information

#9585FF (or 0x9585FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 85 and FF. RGB value is (149,133,255). Sum of RGB (Red+Green+Blue) = 149+133+255=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9585FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585FF is #6A7A00. Grayscale: #979797. Windows color (decimal): -6978049 or 16745877. OLE color: 16745877.

HSL color Cylindrical-coordinate representation of color #9585FF: hue angle of 247.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9585FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149133255-
CMYK0.420.4800
HSL247.87º100%76.08%-
HSV(B)247.87º47.84%100%-
XYZ38.8330.3898.43-
YUV151.69186.3126.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 255 (100% from 255) = 47.49%
R=27.75%
G=24.77%
B=47.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491332550.420.4800247.8710076.08
Hex9585FF2A3000f8644c
Octal225205377526000370144114
Binary100101011000010111111111101010110000001111100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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