Shades of Slate Blue #7065CC
Tints of Slate Blue #7065CC
RGB
CMYK
RGB Variations
Color information
#7065CC (or 0x7065CC) is known color: Slate Blue. HEX triplet: 70, 65 and CC. RGB value is (112,101,204). Sum of RGB (Red+Green+Blue) = 112+101+204=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7065CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065CC is #8F9A33. Grayscale: #737373. Windows color (decimal): -9411124 or 13395312. OLE color: 13395312.
HSL color Cylindrical-coordinate representation of color #7065CC: hue angle of 246.41º 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 #7065CC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 101 | 204 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.2 |
| HSL | 246.41º | 0.5% | 0.6% | - |
| HSV(B) | 246.41º | 0.5% | 0.8% | - |
| XYZ | 22.23 | 17.11 | 59.26 | - |
| YUV | 116.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 204 | 0.45 | 0.50 | 0 | 0.2 | 246.41 | 0.5 | 0.6 |
| Hex | 70 | 65 | CC | 2D | 32 | 0 | 14 | F6 | 32 | 3C |
| Octal | 160 | 145 | 314 | 55 | 62 | 0 | 24 | 366 | 62 | 74 |
| Binary | 1110000 | 1100101 | 11001100 | 101101 | 110010 | 0 | 10100 | 11110110 | 110010 | 111100 |
Color Harmonies of #7065CC
Complementary color
Monochromatic Colors of #7065CC
Black with #7065CC
Text Example
Text Example
White with #7065CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065CC; }
p { color: rgb(112,101,204); }
H1.HeaderClassName
{
color: #7065CC;
}
.AnyTagClassName
{
color: #7065CC;
}
</style>
background-color css
<style>
a { background-color: #7065CC; }
a { background-color: rgb(112,101,204); }
div.DivClassName
{
background-color: #7065CC;
}
.BgClassName
{
background-color: #7065CC;
}
</style>
border-color css
<style>
span { border-color: #7065CC; }
span { border-color: rgb(112,101,204); }
td.TdClassName
{
border-color: #7065CC;
}
.TagClassName
{
border-color: #7065CC;
}
</style>