Shades of Light Slate Blue #996BFA
Tints of Light Slate Blue #996BFA
RGB
CMYK
RGB Variations
Color information
#996BFA (or 0x996BFA) is known color: Light Slate Blue. HEX triplet: 99, 6B and FA. RGB value is (153,107,250). Sum of RGB (Red+Green+Blue) = 153+107+250=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #996BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFA is #669405. Grayscale: #888888. Windows color (decimal): -6722566 or 16411545. OLE color: 16411545.
HSL color Cylindrical-coordinate representation of color #996BFA: hue angle of 259.3º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996BFA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 107 | 250 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.02 |
| HSL | 259.3º | 0.93% | 0.7% | - |
| HSV(B) | 259.3º | 0.57% | 0.98% | - |
| XYZ | 35.65 | 24.19 | 93.23 | - |
| YUV | 137.06 | 191.74 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 250 | 0.39 | 0.57 | 0 | 0.02 | 259.3 | 0.93 | 0.7 |
| Hex | 99 | 6B | FA | 27 | 39 | 0 | 2 | 103 | 5D | 46 |
| Octal | 231 | 153 | 372 | 47 | 71 | 0 | 2 | 403 | 135 | 106 |
| Binary | 10011001 | 1101011 | 11111010 | 100111 | 111001 | 0 | 10 | 100000011 | 1011101 | 1000110 |
Color Harmonies of #996BFA
Complementary color
Monochromatic Colors of #996BFA
Black with #996BFA
Text Example
Text Example
White with #996BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BFA; }
p { color: rgb(153,107,250); }
H1.HeaderClassName
{
color: #996BFA;
}
.AnyTagClassName
{
color: #996BFA;
}
</style>
background-color css
<style>
a { background-color: #996BFA; }
a { background-color: rgb(153,107,250); }
div.DivClassName
{
background-color: #996BFA;
}
.BgClassName
{
background-color: #996BFA;
}
</style>
border-color css
<style>
span { border-color: #996BFA; }
span { border-color: rgb(153,107,250); }
td.TdClassName
{
border-color: #996BFA;
}
.TagClassName
{
border-color: #996BFA;
}
</style>