Shades of Slate Blue #7050CF
Tints of Slate Blue #7050CF
RGB
CMYK
RGB Variations
Color information
#7050CF (or 0x7050CF) is known color: Slate Blue. HEX triplet: 70, 50 and CF. RGB value is (112,80,207). Sum of RGB (Red+Green+Blue) = 112+80+207=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #7050CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050CF is #8FAF30. Grayscale: #676767. Windows color (decimal): -9416497 or 13586544. OLE color: 13586544.
HSL color Cylindrical-coordinate representation of color #7050CF: hue angle of 255.12º 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 #7050CF is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 80 | 207 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.19 |
| HSL | 255.12º | 0.57% | 0.56% | - |
| HSV(B) | 255.12º | 0.61% | 0.81% | - |
| XYZ | 20.81 | 13.69 | 60.58 | - |
| YUV | 104.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 207 | 0.46 | 0.61 | 0 | 0.19 | 255.12 | 0.57 | 0.56 |
| Hex | 70 | 50 | CF | 2E | 3D | 0 | 13 | FF | 39 | 38 |
| Octal | 160 | 120 | 317 | 56 | 75 | 0 | 23 | 377 | 71 | 70 |
| Binary | 1110000 | 1010000 | 11001111 | 101110 | 111101 | 0 | 10011 | 11111111 | 111001 | 111000 |
Color Harmonies of #7050CF
Complementary color
Monochromatic Colors of #7050CF
Black with #7050CF
Text Example
Text Example
White with #7050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7050CF; }
p { color: rgb(112,80,207); }
H1.HeaderClassName
{
color: #7050CF;
}
.AnyTagClassName
{
color: #7050CF;
}
</style>
background-color css
<style>
a { background-color: #7050CF; }
a { background-color: rgb(112,80,207); }
div.DivClassName
{
background-color: #7050CF;
}
.BgClassName
{
background-color: #7050CF;
}
</style>
border-color css
<style>
span { border-color: #7050CF; }
span { border-color: rgb(112,80,207); }
td.TdClassName
{
border-color: #7050CF;
}
.TagClassName
{
border-color: #7050CF;
}
</style>