Shades of Slate Blue #7055CF
Tints of Slate Blue #7055CF
RGB
CMYK
RGB Variations
Color information
#7055CF (or 0x7055CF) is known color: Slate Blue. HEX triplet: 70, 55 and CF. RGB value is (112,85,207). Sum of RGB (Red+Green+Blue) = 112+85+207=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #7055CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055CF is #8FAA30. Grayscale: #6A6A6A. Windows color (decimal): -9415217 or 13587824. OLE color: 13587824.
HSL color Cylindrical-coordinate representation of color #7055CF: hue angle of 253.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7055CF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 85 | 207 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.19 |
| HSL | 253.28º | 0.56% | 0.57% | - |
| HSV(B) | 253.28º | 0.59% | 0.81% | - |
| XYZ | 21.19 | 14.45 | 60.7 | - |
| YUV | 106.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 207 | 0.46 | 0.59 | 0 | 0.19 | 253.28 | 0.56 | 0.57 |
| Hex | 70 | 55 | CF | 2E | 3B | 0 | 13 | FD | 38 | 39 |
| Octal | 160 | 125 | 317 | 56 | 73 | 0 | 23 | 375 | 70 | 71 |
| Binary | 1110000 | 1010101 | 11001111 | 101110 | 111011 | 0 | 10011 | 11111101 | 111000 | 111001 |
Color Harmonies of #7055CF
Complementary color
Monochromatic Colors of #7055CF
Black with #7055CF
Text Example
Text Example
White with #7055CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7055CF; }
p { color: rgb(112,85,207); }
H1.HeaderClassName
{
color: #7055CF;
}
.AnyTagClassName
{
color: #7055CF;
}
</style>
background-color css
<style>
a { background-color: #7055CF; }
a { background-color: rgb(112,85,207); }
div.DivClassName
{
background-color: #7055CF;
}
.BgClassName
{
background-color: #7055CF;
}
</style>
border-color css
<style>
span { border-color: #7055CF; }
span { border-color: rgb(112,85,207); }
td.TdClassName
{
border-color: #7055CF;
}
.TagClassName
{
border-color: #7055CF;
}
</style>