Shades of Light Slate Blue #9653FE
Tints of Light Slate Blue #9653FE
RGB
CMYK
RGB Variations
Color information
#9653FE (or 0x9653FE) is known color: Light Slate Blue. HEX triplet: 96, 53 and FE. RGB value is (150,83,254). Sum of RGB (Red+Green+Blue) = 150+83+254=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9653FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653FE is #69AC01. Grayscale: #797979. Windows color (decimal): -6925314 or 16667542. OLE color: 16667542.
HSL color Cylindrical-coordinate representation of color #9653FE: hue angle of 263.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9653FE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 83 | 254 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.00 |
| HSL | 263.51º | 0.99% | 0.66% | - |
| HSV(B) | 263.51º | 0.67% | 1% | - |
| XYZ | 33.56 | 19.83 | 95.82 | - |
| YUV | 122.53 | 202.2 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 254 | 0.41 | 0.67 | 0 | 0.00 | 263.51 | 0.99 | 0.66 |
| Hex | 96 | 53 | FE | 29 | 43 | 0 | 0 | 108 | 63 | 42 |
| Octal | 226 | 123 | 376 | 51 | 103 | 0 | 0 | 410 | 143 | 102 |
| Binary | 10010110 | 1010011 | 11111110 | 101001 | 1000011 | 0 | 0 | 100001000 | 1100011 | 1000010 |
Color Harmonies of #9653FE
Complementary color
Monochromatic Colors of #9653FE
Black with #9653FE
Text Example
Text Example
White with #9653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653FE; }
p { color: rgb(150,83,254); }
H1.HeaderClassName
{
color: #9653FE;
}
.AnyTagClassName
{
color: #9653FE;
}
</style>
background-color css
<style>
a { background-color: #9653FE; }
a { background-color: rgb(150,83,254); }
div.DivClassName
{
background-color: #9653FE;
}
.BgClassName
{
background-color: #9653FE;
}
</style>
border-color css
<style>
span { border-color: #9653FE; }
span { border-color: rgb(150,83,254); }
td.TdClassName
{
border-color: #9653FE;
}
.TagClassName
{
border-color: #9653FE;
}
</style>