Shades of Slate Blue #7063CF
Tints of Slate Blue #7063CF
RGB
CMYK
RGB Variations
Color information
#7063CF (or 0x7063CF) is known color: Slate Blue. HEX triplet: 70, 63 and CF. RGB value is (112,99,207). Sum of RGB (Red+Green+Blue) = 112+99+207=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7063CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063CF is #8F9C30. Grayscale: #727272. Windows color (decimal): -9411633 or 13591408. OLE color: 13591408.
HSL color Cylindrical-coordinate representation of color #7063CF: hue angle of 247.22º 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 #7063CF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 99 | 207 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.19 |
| HSL | 247.22º | 0.53% | 0.6% | - |
| HSV(B) | 247.22º | 0.52% | 0.81% | - |
| XYZ | 22.41 | 16.87 | 61.11 | - |
| YUV | 115.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 207 | 0.46 | 0.52 | 0 | 0.19 | 247.22 | 0.53 | 0.6 |
| Hex | 70 | 63 | CF | 2E | 34 | 0 | 13 | F7 | 35 | 3C |
| Octal | 160 | 143 | 317 | 56 | 64 | 0 | 23 | 367 | 65 | 74 |
| Binary | 1110000 | 1100011 | 11001111 | 101110 | 110100 | 0 | 10011 | 11110111 | 110101 | 111100 |
Color Harmonies of #7063CF
Complementary color
Monochromatic Colors of #7063CF
Black with #7063CF
Text Example
Text Example
White with #7063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063CF; }
p { color: rgb(112,99,207); }
H1.HeaderClassName
{
color: #7063CF;
}
.AnyTagClassName
{
color: #7063CF;
}
</style>
background-color css
<style>
a { background-color: #7063CF; }
a { background-color: rgb(112,99,207); }
div.DivClassName
{
background-color: #7063CF;
}
.BgClassName
{
background-color: #7063CF;
}
</style>
border-color css
<style>
span { border-color: #7063CF; }
span { border-color: rgb(112,99,207); }
td.TdClassName
{
border-color: #7063CF;
}
.TagClassName
{
border-color: #7063CF;
}
</style>