#9B52FE

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

Shades of Light Slate Blue #9B52FE

Tints of Light Slate Blue #9B52FE

Color information

#9B52FE (or 0x9B52FE) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 52 and FE. RGB value is (155,82,254). Sum of RGB (Red+Green+Blue) = 155+82+254=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B52FE is #64AD01. Grayscale: #7A7A7A. Windows color (decimal): -6597890 or 16667291. OLE color: 16667291.

HSL color Cylindrical-coordinate representation of color #9B52FE: hue angle of 265.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B52FE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15582254-
CMYK0.390.6800.00
HSL265.47º98.85%65.88%-
HSV(B)265.47º67.72%99.61%-
XYZ34.4220.1695.84-
YUV123.44201.68150.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 82 (32.42% from 255) = 16.70%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=31.57%
G=16.70%
B=51.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal155822540.390.6800.00265.4798.8565.88
Hex9B52FE2744001096342
Octal2331223764710400411143102
Binary1001101110100101111111010011110001000010000100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,254); }

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

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

 a { background-color: rgb(155,82,254); }

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

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

 span { border-color: rgb(155,82,254); }

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