Shades of Light Slate Blue #9652FE
Tints of Light Slate Blue #9652FE
RGB
CMYK
RGB Variations
Color information
#9652FE (or 0x9652FE) is known color: Light Slate Blue. HEX triplet: 96, 52 and FE. RGB value is (150,82,254). Sum of RGB (Red+Green+Blue) = 150+82+254=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9652FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9652FE is #69AD01. Grayscale: #797979. Windows color (decimal): -6925570 or 16667286. OLE color: 16667286.
HSL color Cylindrical-coordinate representation of color #9652FE: hue angle of 263.72º 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 #9652FE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 82 | 254 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.00 |
| HSL | 263.72º | 0.99% | 0.66% | - |
| HSV(B) | 263.72º | 0.68% | 1% | - |
| XYZ | 33.48 | 19.67 | 95.8 | - |
| YUV | 121.94 | 202.53 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 254 | 0.41 | 0.68 | 0 | 0.00 | 263.72 | 0.99 | 0.66 |
| Hex | 96 | 52 | FE | 29 | 44 | 0 | 0 | 108 | 63 | 42 |
| Octal | 226 | 122 | 376 | 51 | 104 | 0 | 0 | 410 | 143 | 102 |
| Binary | 10010110 | 1010010 | 11111110 | 101001 | 1000100 | 0 | 0 | 100001000 | 1100011 | 1000010 |
Color Harmonies of #9652FE
Complementary color
Monochromatic Colors of #9652FE
Black with #9652FE
Text Example
Text Example
White with #9652FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652FE; }
p { color: rgb(150,82,254); }
H1.HeaderClassName
{
color: #9652FE;
}
.AnyTagClassName
{
color: #9652FE;
}
</style>
background-color css
<style>
a { background-color: #9652FE; }
a { background-color: rgb(150,82,254); }
div.DivClassName
{
background-color: #9652FE;
}
.BgClassName
{
background-color: #9652FE;
}
</style>
border-color css
<style>
span { border-color: #9652FE; }
span { border-color: rgb(150,82,254); }
td.TdClassName
{
border-color: #9652FE;
}
.TagClassName
{
border-color: #9652FE;
}
</style>