Shades of Slate Blue #7966D8
Tints of Slate Blue #7966D8
RGB
CMYK
RGB Variations
Color information
#7966D8 (or 0x7966D8) is known color: Slate Blue. HEX triplet: 79, 66 and D8. RGB value is (121,102,216). Sum of RGB (Red+Green+Blue) = 121+102+216=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #7966D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966D8 is #869927. Grayscale: #787878. Windows color (decimal): -8821032 or 14182009. OLE color: 14182009.
HSL color Cylindrical-coordinate representation of color #7966D8: hue angle of 250º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7966D8 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 102 | 216 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.15 |
| HSL | 250º | 0.59% | 0.62% | - |
| HSV(B) | 250º | 0.53% | 0.85% | - |
| XYZ | 25.03 | 18.53 | 67.22 | - |
| YUV | 120.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 216 | 0.44 | 0.53 | 0 | 0.15 | 250 | 0.59 | 0.62 |
| Hex | 79 | 66 | D8 | 2C | 35 | 0 | F | FA | 3B | 3E |
| Octal | 171 | 146 | 330 | 54 | 65 | 0 | 17 | 372 | 73 | 76 |
| Binary | 1111001 | 1100110 | 11011000 | 101100 | 110101 | 0 | 1111 | 11111010 | 111011 | 111110 |
Color Harmonies of #7966D8
Complementary color
Monochromatic Colors of #7966D8
Black with #7966D8
Text Example
Text Example
White with #7966D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966D8; }
p { color: rgb(121,102,216); }
H1.HeaderClassName
{
color: #7966D8;
}
.AnyTagClassName
{
color: #7966D8;
}
</style>
background-color css
<style>
a { background-color: #7966D8; }
a { background-color: rgb(121,102,216); }
div.DivClassName
{
background-color: #7966D8;
}
.BgClassName
{
background-color: #7966D8;
}
</style>
border-color css
<style>
span { border-color: #7966D8; }
span { border-color: rgb(121,102,216); }
td.TdClassName
{
border-color: #7966D8;
}
.TagClassName
{
border-color: #7966D8;
}
</style>