Shades of Light Slate Blue #9B52FE
Tints of Light Slate Blue #9B52FE
RGB
CMYK
RGB Variations
Color information
#9B52FE (or 0x9B52FE) is known color: 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
| RGB | 155 | 82 | 254 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.00 |
| HSL | 265.47º | 0.99% | 0.66% | - |
| HSV(B) | 265.47º | 0.68% | 1% | - |
| XYZ | 34.42 | 20.16 | 95.84 | - |
| YUV | 123.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 254 | 0.39 | 0.68 | 0 | 0.00 | 265.47 | 0.99 | 0.66 |
| Hex | 9B | 52 | FE | 27 | 44 | 0 | 0 | 109 | 63 | 42 |
| Octal | 233 | 122 | 376 | 47 | 104 | 0 | 0 | 411 | 143 | 102 |
| Binary | 10011011 | 1010010 | 11111110 | 100111 | 1000100 | 0 | 0 | 100001001 | 1100011 | 1000010 |
Color Harmonies of #9B52FE
Complementary color
Monochromatic Colors of #9B52FE
Black with #9B52FE
Text Example
Text Example
White with #9B52FE
Text Example
Text Example
HTML Codes & Css Web 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>