#9585FE

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

Shades of Light Slate Blue #9585FE

Tints of Light Slate Blue #9585FE

Color information

#9585FE (or 0x9585FE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 85 and FE. RGB value is (149,133,254). Sum of RGB (Red+Green+Blue) = 149+133+254=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9585FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585FE is #6A7A01. Grayscale: #979797. Windows color (decimal): -6978050 or 16680341. OLE color: 16680341.

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

Color convert

RGB149133254-
CMYK0.410.4800.00
HSL247.93º98.37%75.88%-
HSV(B)247.93º47.64%99.61%-
XYZ38.6730.3297.58-
YUV151.58185.8126.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=27.80%
G=24.81%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491332540.410.4800.00247.9398.3775.88
Hex9585FE293000f8624c
Octal225205376516000370142114
Binary100101011000010111111110101001110000001111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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