#9585FB

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

Shades of Light Slate Blue #9585FB

Tints of Light Slate Blue #9585FB

Color information

#9585FB (or 0x9585FB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 85 and FB. RGB value is (149,133,251). Sum of RGB (Red+Green+Blue) = 149+133+251=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #9585FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585FB is #6A7A04. Grayscale: #969696. Windows color (decimal): -6978053 or 16483733. OLE color: 16483733.

HSL color Cylindrical-coordinate representation of color #9585FB: hue angle of 248.14º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9585FB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149133251-
CMYK0.410.4700.02
HSL248.14º93.65%75.29%-
HSV(B)248.14º47.01%98.43%-
XYZ38.1930.1395.07-
YUV151.24184.3126.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=27.95%
G=24.95%
B=47.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491332510.410.4700.02248.1493.6575.29
Hex9585FB292F02f85e4b
Octal225205373515702370136113
Binary1001010110000101111110111010011011110101111100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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