Shades of Slate Blue #7965CC
Tints of Slate Blue #7965CC
RGB
CMYK
RGB Variations
Color information
#7965CC (or 0x7965CC) is known color: Slate Blue. HEX triplet: 79, 65 and CC. RGB value is (121,101,204). Sum of RGB (Red+Green+Blue) = 121+101+204=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7965CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965CC is #869A33. Grayscale: #767676. Windows color (decimal): -8821300 or 13395321. OLE color: 13395321.
HSL color Cylindrical-coordinate representation of color #7965CC: hue angle of 251.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7965CC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 101 | 204 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.2 |
| HSL | 251.65º | 0.5% | 0.6% | - |
| HSV(B) | 251.65º | 0.5% | 0.8% | - |
| XYZ | 23.44 | 17.73 | 59.31 | - |
| YUV | 118.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 204 | 0.41 | 0.50 | 0 | 0.2 | 251.65 | 0.5 | 0.6 |
| Hex | 79 | 65 | CC | 29 | 32 | 0 | 14 | FC | 32 | 3C |
| Octal | 171 | 145 | 314 | 51 | 62 | 0 | 24 | 374 | 62 | 74 |
| Binary | 1111001 | 1100101 | 11001100 | 101001 | 110010 | 0 | 10100 | 11111100 | 110010 | 111100 |
Color Harmonies of #7965CC
Complementary color
Monochromatic Colors of #7965CC
Black with #7965CC
Text Example
Text Example
White with #7965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7965CC; }
p { color: rgb(121,101,204); }
H1.HeaderClassName
{
color: #7965CC;
}
.AnyTagClassName
{
color: #7965CC;
}
</style>
background-color css
<style>
a { background-color: #7965CC; }
a { background-color: rgb(121,101,204); }
div.DivClassName
{
background-color: #7965CC;
}
.BgClassName
{
background-color: #7965CC;
}
</style>
border-color css
<style>
span { border-color: #7965CC; }
span { border-color: rgb(121,101,204); }
td.TdClassName
{
border-color: #7965CC;
}
.TagClassName
{
border-color: #7965CC;
}
</style>