Shades of Light Slate Blue #996BFE
Tints of Light Slate Blue #996BFE
RGB
CMYK
RGB Variations
Color information
#996BFE (or 0x996BFE) is known color: Light Slate Blue. HEX triplet: 99, 6B and FE. RGB value is (153,107,254). Sum of RGB (Red+Green+Blue) = 153+107+254=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #996BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFE is #669401. Grayscale: #888888. Windows color (decimal): -6722562 or 16673689. OLE color: 16673689.
HSL color Cylindrical-coordinate representation of color #996BFE: hue angle of 258.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996BFE is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 107 | 254 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.00 |
| HSL | 258.78º | 0.99% | 0.71% | - |
| HSV(B) | 258.78º | 0.58% | 1% | - |
| XYZ | 36.28 | 24.44 | 96.57 | - |
| YUV | 137.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 254 | 0.40 | 0.58 | 0 | 0.00 | 258.78 | 0.99 | 0.71 |
| Hex | 99 | 6B | FE | 28 | 3A | 0 | 0 | 103 | 63 | 47 |
| Octal | 231 | 153 | 376 | 50 | 72 | 0 | 0 | 403 | 143 | 107 |
| Binary | 10011001 | 1101011 | 11111110 | 101000 | 111010 | 0 | 0 | 100000011 | 1100011 | 1000111 |
Color Harmonies of #996BFE
Complementary color
Monochromatic Colors of #996BFE
Black with #996BFE
Text Example
Text Example
White with #996BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BFE; }
p { color: rgb(153,107,254); }
H1.HeaderClassName
{
color: #996BFE;
}
.AnyTagClassName
{
color: #996BFE;
}
</style>
background-color css
<style>
a { background-color: #996BFE; }
a { background-color: rgb(153,107,254); }
div.DivClassName
{
background-color: #996BFE;
}
.BgClassName
{
background-color: #996BFE;
}
</style>
border-color css
<style>
span { border-color: #996BFE; }
span { border-color: rgb(153,107,254); }
td.TdClassName
{
border-color: #996BFE;
}
.TagClassName
{
border-color: #996BFE;
}
</style>