Shades of Slate Blue #705DC8
Tints of Slate Blue #705DC8
RGB
CMYK
RGB Variations
Color information
#705DC8 (or 0x705DC8) is known color: Slate Blue. HEX triplet: 70, 5D and C8. RGB value is (112,93,200). Sum of RGB (Red+Green+Blue) = 112+93+200=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #705DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DC8 is #8FA237. Grayscale: #6E6E6E. Windows color (decimal): -9413176 or 13131120. OLE color: 13131120.
HSL color Cylindrical-coordinate representation of color #705DC8: hue angle of 250.65º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705DC8 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 93 | 200 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.22 |
| HSL | 250.65º | 0.49% | 0.57% | - |
| HSV(B) | 250.65º | 0.54% | 0.78% | - |
| XYZ | 21.02 | 15.44 | 56.52 | - |
| YUV | 110.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 200 | 0.44 | 0.54 | 0 | 0.22 | 250.65 | 0.49 | 0.57 |
| Hex | 70 | 5D | C8 | 2C | 36 | 0 | 16 | FB | 31 | 39 |
| Octal | 160 | 135 | 310 | 54 | 66 | 0 | 26 | 373 | 61 | 71 |
| Binary | 1110000 | 1011101 | 11001000 | 101100 | 110110 | 0 | 10110 | 11111011 | 110001 | 111001 |
Color Harmonies of #705DC8
Complementary color
Monochromatic Colors of #705DC8
Black with #705DC8
Text Example
Text Example
White with #705DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DC8; }
p { color: rgb(112,93,200); }
H1.HeaderClassName
{
color: #705DC8;
}
.AnyTagClassName
{
color: #705DC8;
}
</style>
background-color css
<style>
a { background-color: #705DC8; }
a { background-color: rgb(112,93,200); }
div.DivClassName
{
background-color: #705DC8;
}
.BgClassName
{
background-color: #705DC8;
}
</style>
border-color css
<style>
span { border-color: #705DC8; }
span { border-color: rgb(112,93,200); }
td.TdClassName
{
border-color: #705DC8;
}
.TagClassName
{
border-color: #705DC8;
}
</style>