Shades of Slate Blue #705FC8
Tints of Slate Blue #705FC8
RGB
CMYK
RGB Variations
Color information
#705FC8 (or 0x705FC8) is known color: Slate Blue. HEX triplet: 70, 5F and C8. RGB value is (112,95,200). Sum of RGB (Red+Green+Blue) = 112+95+200=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #705FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC8 is #8FA037. Grayscale: #6F6F6F. Windows color (decimal): -9412664 or 13131632. OLE color: 13131632.
HSL color Cylindrical-coordinate representation of color #705FC8: hue angle of 249.71º degrees, saturation: 0.49, 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 #705FC8 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 95 | 200 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.22 |
| HSL | 249.71º | 0.49% | 0.58% | - |
| HSV(B) | 249.71º | 0.53% | 0.78% | - |
| XYZ | 21.2 | 15.8 | 56.58 | - |
| YUV | 112.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 200 | 0.44 | 0.52 | 0 | 0.22 | 249.71 | 0.49 | 0.58 |
| Hex | 70 | 5F | C8 | 2C | 34 | 0 | 16 | FA | 31 | 3A |
| Octal | 160 | 137 | 310 | 54 | 64 | 0 | 26 | 372 | 61 | 72 |
| Binary | 1110000 | 1011111 | 11001000 | 101100 | 110100 | 0 | 10110 | 11111010 | 110001 | 111010 |
Color Harmonies of #705FC8
Complementary color
Monochromatic Colors of #705FC8
Black with #705FC8
Text Example
Text Example
White with #705FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC8; }
p { color: rgb(112,95,200); }
H1.HeaderClassName
{
color: #705FC8;
}
.AnyTagClassName
{
color: #705FC8;
}
</style>
background-color css
<style>
a { background-color: #705FC8; }
a { background-color: rgb(112,95,200); }
div.DivClassName
{
background-color: #705FC8;
}
.BgClassName
{
background-color: #705FC8;
}
</style>
border-color css
<style>
span { border-color: #705FC8; }
span { border-color: rgb(112,95,200); }
td.TdClassName
{
border-color: #705FC8;
}
.TagClassName
{
border-color: #705FC8;
}
</style>