#9B57FB

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

Shades of Light Slate Blue #9B57FB

Tints of Light Slate Blue #9B57FB

Color information

#9B57FB (or 0x9B57FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 57 and FB. RGB value is (155,87,251). Sum of RGB (Red+Green+Blue) = 155+87+251=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B57FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B57FB is #64A804. Grayscale: #7D7D7D. Windows color (decimal): -6596613 or 16471963. OLE color: 16471963.

HSL color Cylindrical-coordinate representation of color #9B57FB: hue angle of 264.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B57FB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15587251-
CMYK0.380.6500.02
HSL264.88º95.35%66.27%-
HSV(B)264.88º65.34%98.43%-
XYZ34.3420.7593.46-
YUV126.03198.53148.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=31.44%
G=17.65%
B=50.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155872510.380.6500.02264.8895.3566.27
Hex9B57FB2641021095f42
Octal2331273734610102411137102
Binary10011011101011111111011100110100000101010000100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B57FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B57FB; }

 p { color: rgb(155,87,251); }

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

<style>
 a { background-color: #9B57FB; }

 a { background-color: rgb(155,87,251); }

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

<style>
 span { border-color: #9B57FB; }

 span { border-color: rgb(155,87,251); }

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