Shades of Slate Blue #7064CF
Tints of Slate Blue #7064CF
RGB
CMYK
RGB Variations
Color information
#7064CF (or 0x7064CF) is known color: Slate Blue. HEX triplet: 70, 64 and CF. RGB value is (112,100,207). Sum of RGB (Red+Green+Blue) = 112+100+207=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7064CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064CF is #8F9B30. Grayscale: #737373. Windows color (decimal): -9411377 or 13591664. OLE color: 13591664.
HSL color Cylindrical-coordinate representation of color #7064CF: hue angle of 246.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7064CF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 100 | 207 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.19 |
| HSL | 246.73º | 0.53% | 0.6% | - |
| HSV(B) | 246.73º | 0.52% | 0.81% | - |
| XYZ | 22.5 | 17.06 | 61.14 | - |
| YUV | 115.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 207 | 0.46 | 0.52 | 0 | 0.19 | 246.73 | 0.53 | 0.6 |
| Hex | 70 | 64 | CF | 2E | 34 | 0 | 13 | F7 | 35 | 3C |
| Octal | 160 | 144 | 317 | 56 | 64 | 0 | 23 | 367 | 65 | 74 |
| Binary | 1110000 | 1100100 | 11001111 | 101110 | 110100 | 0 | 10011 | 11110111 | 110101 | 111100 |
Color Harmonies of #7064CF
Complementary color
Monochromatic Colors of #7064CF
Black with #7064CF
Text Example
Text Example
White with #7064CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7064CF; }
p { color: rgb(112,100,207); }
H1.HeaderClassName
{
color: #7064CF;
}
.AnyTagClassName
{
color: #7064CF;
}
</style>
background-color css
<style>
a { background-color: #7064CF; }
a { background-color: rgb(112,100,207); }
div.DivClassName
{
background-color: #7064CF;
}
.BgClassName
{
background-color: #7064CF;
}
</style>
border-color css
<style>
span { border-color: #7064CF; }
span { border-color: rgb(112,100,207); }
td.TdClassName
{
border-color: #7064CF;
}
.TagClassName
{
border-color: #7064CF;
}
</style>