Shades of Light Slate Blue #9967FA
Tints of Light Slate Blue #9967FA
RGB
CMYK
RGB Variations
Color information
#9967FA (or 0x9967FA) is known color: Light Slate Blue. HEX triplet: 99, 67 and FA. RGB value is (153,103,250). Sum of RGB (Red+Green+Blue) = 153+103+250=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #9967FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9967FA is #669805. Grayscale: #868686. Windows color (decimal): -6723590 or 16410521. OLE color: 16410521.
HSL color Cylindrical-coordinate representation of color #9967FA: hue angle of 260.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9967FA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 103 | 250 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.02 |
| HSL | 260.41º | 0.94% | 0.69% | - |
| HSV(B) | 260.41º | 0.59% | 0.98% | - |
| XYZ | 35.24 | 23.37 | 93.1 | - |
| YUV | 134.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 250 | 0.39 | 0.59 | 0 | 0.02 | 260.41 | 0.94 | 0.69 |
| Hex | 99 | 67 | FA | 27 | 3B | 0 | 2 | 104 | 5E | 45 |
| Octal | 231 | 147 | 372 | 47 | 73 | 0 | 2 | 404 | 136 | 105 |
| Binary | 10011001 | 1100111 | 11111010 | 100111 | 111011 | 0 | 10 | 100000100 | 1011110 | 1000101 |
Color Harmonies of #9967FA
Complementary color
Monochromatic Colors of #9967FA
Black with #9967FA
Text Example
Text Example
White with #9967FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967FA; }
p { color: rgb(153,103,250); }
H1.HeaderClassName
{
color: #9967FA;
}
.AnyTagClassName
{
color: #9967FA;
}
</style>
background-color css
<style>
a { background-color: #9967FA; }
a { background-color: rgb(153,103,250); }
div.DivClassName
{
background-color: #9967FA;
}
.BgClassName
{
background-color: #9967FA;
}
</style>
border-color css
<style>
span { border-color: #9967FA; }
span { border-color: rgb(153,103,250); }
td.TdClassName
{
border-color: #9967FA;
}
.TagClassName
{
border-color: #9967FA;
}
</style>