Shades of Slate Blue #7051CF
Tints of Slate Blue #7051CF
RGB
CMYK
RGB Variations
Color information
#7051CF (or 0x7051CF) is known color: Slate Blue. HEX triplet: 70, 51 and CF. RGB value is (112,81,207). Sum of RGB (Red+Green+Blue) = 112+81+207=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #7051CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051CF is #8FAE30. Grayscale: #686868. Windows color (decimal): -9416241 or 13586800. OLE color: 13586800.
HSL color Cylindrical-coordinate representation of color #7051CF: hue angle of 254.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7051CF is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 81 | 207 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.19 |
| HSL | 254.76º | 0.57% | 0.56% | - |
| HSV(B) | 254.76º | 0.61% | 0.81% | - |
| XYZ | 20.89 | 13.83 | 60.6 | - |
| YUV | 104.63 | 185.77 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 207 | 0.46 | 0.61 | 0 | 0.19 | 254.76 | 0.57 | 0.56 |
| Hex | 70 | 51 | CF | 2E | 3D | 0 | 13 | FF | 39 | 38 |
| Octal | 160 | 121 | 317 | 56 | 75 | 0 | 23 | 377 | 71 | 70 |
| Binary | 1110000 | 1010001 | 11001111 | 101110 | 111101 | 0 | 10011 | 11111111 | 111001 | 111000 |
Color Harmonies of #7051CF
Complementary color
Monochromatic Colors of #7051CF
Black with #7051CF
Text Example
Text Example
White with #7051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051CF; }
p { color: rgb(112,81,207); }
H1.HeaderClassName
{
color: #7051CF;
}
.AnyTagClassName
{
color: #7051CF;
}
</style>
background-color css
<style>
a { background-color: #7051CF; }
a { background-color: rgb(112,81,207); }
div.DivClassName
{
background-color: #7051CF;
}
.BgClassName
{
background-color: #7051CF;
}
</style>
border-color css
<style>
span { border-color: #7051CF; }
span { border-color: rgb(112,81,207); }
td.TdClassName
{
border-color: #7051CF;
}
.TagClassName
{
border-color: #7051CF;
}
</style>