Shades of Slate Blue #705FC7
Tints of Slate Blue #705FC7
RGB
CMYK
RGB Variations
Color information
#705FC7 (or 0x705FC7) is known color: Slate Blue. HEX triplet: 70, 5F and C7. RGB value is (112,95,199). Sum of RGB (Red+Green+Blue) = 112+95+199=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #705FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC7 is #8FA038. Grayscale: #6F6F6F. Windows color (decimal): -9412665 or 13066096. OLE color: 13066096.
HSL color Cylindrical-coordinate representation of color #705FC7: hue angle of 249.81º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705FC7 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 95 | 199 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.22 |
| HSL | 249.81º | 0.48% | 0.58% | - |
| HSV(B) | 249.81º | 0.52% | 0.78% | - |
| XYZ | 21.08 | 15.75 | 55.96 | - |
| YUV | 111.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 199 | 0.44 | 0.52 | 0 | 0.22 | 249.81 | 0.48 | 0.58 |
| Hex | 70 | 5F | C7 | 2C | 34 | 0 | 16 | FA | 30 | 3A |
| Octal | 160 | 137 | 307 | 54 | 64 | 0 | 26 | 372 | 60 | 72 |
| Binary | 1110000 | 1011111 | 11000111 | 101100 | 110100 | 0 | 10110 | 11111010 | 110000 | 111010 |
Color Harmonies of #705FC7
Complementary color
Monochromatic Colors of #705FC7
Black with #705FC7
Text Example
Text Example
White with #705FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC7; }
p { color: rgb(112,95,199); }
H1.HeaderClassName
{
color: #705FC7;
}
.AnyTagClassName
{
color: #705FC7;
}
</style>
background-color css
<style>
a { background-color: #705FC7; }
a { background-color: rgb(112,95,199); }
div.DivClassName
{
background-color: #705FC7;
}
.BgClassName
{
background-color: #705FC7;
}
</style>
border-color css
<style>
span { border-color: #705FC7; }
span { border-color: rgb(112,95,199); }
td.TdClassName
{
border-color: #705FC7;
}
.TagClassName
{
border-color: #705FC7;
}
</style>