Shades of Light Slate Blue #9965F8
Tints of Light Slate Blue #9965F8
RGB
CMYK
RGB Variations
Color information
#9965F8 (or 0x9965F8) is known color: Light Slate Blue. HEX triplet: 99, 65 and F8. RGB value is (153,101,248). Sum of RGB (Red+Green+Blue) = 153+101+248=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #9965F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9965F8 is #669A07. Grayscale: #848484. Windows color (decimal): -6724104 or 16278937. OLE color: 16278937.
HSL color Cylindrical-coordinate representation of color #9965F8: hue angle of 261.22º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9965F8 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 101 | 248 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.03 |
| HSL | 261.22º | 0.91% | 0.68% | - |
| HSV(B) | 261.22º | 0.59% | 0.97% | - |
| XYZ | 34.73 | 22.86 | 91.39 | - |
| YUV | 133.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 248 | 0.38 | 0.59 | 0 | 0.03 | 261.22 | 0.91 | 0.68 |
| Hex | 99 | 65 | F8 | 26 | 3B | 0 | 3 | 105 | 5B | 44 |
| Octal | 231 | 145 | 370 | 46 | 73 | 0 | 3 | 405 | 133 | 104 |
| Binary | 10011001 | 1100101 | 11111000 | 100110 | 111011 | 0 | 11 | 100000101 | 1011011 | 1000100 |
Color Harmonies of #9965F8
Complementary color
Monochromatic Colors of #9965F8
Black with #9965F8
Text Example
Text Example
White with #9965F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965F8; }
p { color: rgb(153,101,248); }
H1.HeaderClassName
{
color: #9965F8;
}
.AnyTagClassName
{
color: #9965F8;
}
</style>
background-color css
<style>
a { background-color: #9965F8; }
a { background-color: rgb(153,101,248); }
div.DivClassName
{
background-color: #9965F8;
}
.BgClassName
{
background-color: #9965F8;
}
</style>
border-color css
<style>
span { border-color: #9965F8; }
span { border-color: rgb(153,101,248); }
td.TdClassName
{
border-color: #9965F8;
}
.TagClassName
{
border-color: #9965F8;
}
</style>