Shades of Slate Blue #7966CF
Tints of Slate Blue #7966CF
RGB
CMYK
RGB Variations
Color information
#7966CF (or 0x7966CF) is known color: Slate Blue. HEX triplet: 79, 66 and CF. RGB value is (121,102,207). Sum of RGB (Red+Green+Blue) = 121+102+207=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #7966CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966CF is #869930. Grayscale: #777777. Windows color (decimal): -8821041 or 13592185. OLE color: 13592185.
HSL color Cylindrical-coordinate representation of color #7966CF: hue angle of 250.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7966CF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 102 | 207 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.19 |
| HSL | 250.86º | 0.52% | 0.61% | - |
| HSV(B) | 250.86º | 0.51% | 0.81% | - |
| XYZ | 23.9 | 18.07 | 61.26 | - |
| YUV | 119.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 207 | 0.42 | 0.51 | 0 | 0.19 | 250.86 | 0.52 | 0.61 |
| Hex | 79 | 66 | CF | 2A | 33 | 0 | 13 | FB | 34 | 3D |
| Octal | 171 | 146 | 317 | 52 | 63 | 0 | 23 | 373 | 64 | 75 |
| Binary | 1111001 | 1100110 | 11001111 | 101010 | 110011 | 0 | 10011 | 11111011 | 110100 | 111101 |
Color Harmonies of #7966CF
Complementary color
Monochromatic Colors of #7966CF
Black with #7966CF
Text Example
Text Example
White with #7966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966CF; }
p { color: rgb(121,102,207); }
H1.HeaderClassName
{
color: #7966CF;
}
.AnyTagClassName
{
color: #7966CF;
}
</style>
background-color css
<style>
a { background-color: #7966CF; }
a { background-color: rgb(121,102,207); }
div.DivClassName
{
background-color: #7966CF;
}
.BgClassName
{
background-color: #7966CF;
}
</style>
border-color css
<style>
span { border-color: #7966CF; }
span { border-color: rgb(121,102,207); }
td.TdClassName
{
border-color: #7966CF;
}
.TagClassName
{
border-color: #7966CF;
}
</style>