Shades of Slate Blue #7956CC
Tints of Slate Blue #7956CC
RGB
CMYK
RGB Variations
Color information
#7956CC (or 0x7956CC) is known color: Slate Blue. HEX triplet: 79, 56 and CC. RGB value is (121,86,204). Sum of RGB (Red+Green+Blue) = 121+86+204=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #7956CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7956CC is #86A933. Grayscale: #6D6D6D. Windows color (decimal): -8825140 or 13391481. OLE color: 13391481.
HSL color Cylindrical-coordinate representation of color #7956CC: hue angle of 257.8º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7956CC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 86 | 204 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.2 |
| HSL | 257.8º | 0.54% | 0.57% | - |
| HSV(B) | 257.8º | 0.58% | 0.8% | - |
| XYZ | 22.11 | 15.08 | 58.87 | - |
| YUV | 109.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 204 | 0.41 | 0.58 | 0 | 0.2 | 257.8 | 0.54 | 0.57 |
| Hex | 79 | 56 | CC | 29 | 3A | 0 | 14 | 102 | 36 | 39 |
| Octal | 171 | 126 | 314 | 51 | 72 | 0 | 24 | 402 | 66 | 71 |
| Binary | 1111001 | 1010110 | 11001100 | 101001 | 111010 | 0 | 10100 | 100000010 | 110110 | 111001 |
Color Harmonies of #7956CC
Complementary color
Monochromatic Colors of #7956CC
Black with #7956CC
Text Example
Text Example
White with #7956CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7956CC; }
p { color: rgb(121,86,204); }
H1.HeaderClassName
{
color: #7956CC;
}
.AnyTagClassName
{
color: #7956CC;
}
</style>
background-color css
<style>
a { background-color: #7956CC; }
a { background-color: rgb(121,86,204); }
div.DivClassName
{
background-color: #7956CC;
}
.BgClassName
{
background-color: #7956CC;
}
</style>
border-color css
<style>
span { border-color: #7956CC; }
span { border-color: rgb(121,86,204); }
td.TdClassName
{
border-color: #7956CC;
}
.TagClassName
{
border-color: #7956CC;
}
</style>