Shades of Light Slate Blue #9964F8
Tints of Light Slate Blue #9964F8
RGB
CMYK
RGB Variations
Color information
#9964F8 (or 0x9964F8) is known color: Light Slate Blue. HEX triplet: 99, 64 and F8. RGB value is (153,100,248). Sum of RGB (Red+Green+Blue) = 153+100+248=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #9964F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9964F8 is #669B07. Grayscale: #848484. Windows color (decimal): -6724360 or 16278681. OLE color: 16278681.
HSL color Cylindrical-coordinate representation of color #9964F8: hue angle of 261.49º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9964F8 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 100 | 248 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.03 |
| HSL | 261.49º | 0.91% | 0.68% | - |
| HSV(B) | 261.49º | 0.6% | 0.97% | - |
| XYZ | 34.64 | 22.66 | 91.36 | - |
| YUV | 132.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 248 | 0.38 | 0.60 | 0 | 0.03 | 261.49 | 0.91 | 0.68 |
| Hex | 99 | 64 | F8 | 26 | 3C | 0 | 3 | 105 | 5B | 44 |
| Octal | 231 | 144 | 370 | 46 | 74 | 0 | 3 | 405 | 133 | 104 |
| Binary | 10011001 | 1100100 | 11111000 | 100110 | 111100 | 0 | 11 | 100000101 | 1011011 | 1000100 |
Color Harmonies of #9964F8
Complementary color
Monochromatic Colors of #9964F8
Black with #9964F8
Text Example
Text Example
White with #9964F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9964F8; }
p { color: rgb(153,100,248); }
H1.HeaderClassName
{
color: #9964F8;
}
.AnyTagClassName
{
color: #9964F8;
}
</style>
background-color css
<style>
a { background-color: #9964F8; }
a { background-color: rgb(153,100,248); }
div.DivClassName
{
background-color: #9964F8;
}
.BgClassName
{
background-color: #9964F8;
}
</style>
border-color css
<style>
span { border-color: #9964F8; }
span { border-color: rgb(153,100,248); }
td.TdClassName
{
border-color: #9964F8;
}
.TagClassName
{
border-color: #9964F8;
}
</style>