Shades of Slate Blue #705CC9
Tints of Slate Blue #705CC9
RGB
CMYK
RGB Variations
Color information
#705CC9 (or 0x705CC9) is known color: Slate Blue. HEX triplet: 70, 5C and C9. RGB value is (112,92,201). Sum of RGB (Red+Green+Blue) = 112+92+201=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #705CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CC9 is #8FA336. Grayscale: #6D6D6D. Windows color (decimal): -9413431 or 13196400. OLE color: 13196400.
HSL color Cylindrical-coordinate representation of color #705CC9: hue angle of 251.01º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705CC9 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 92 | 201 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.21 |
| HSL | 251.01º | 0.5% | 0.57% | - |
| HSV(B) | 251.01º | 0.54% | 0.79% | - |
| XYZ | 21.05 | 15.32 | 57.11 | - |
| YUV | 110.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 201 | 0.44 | 0.54 | 0 | 0.21 | 251.01 | 0.5 | 0.57 |
| Hex | 70 | 5C | C9 | 2C | 36 | 0 | 15 | FB | 32 | 39 |
| Octal | 160 | 134 | 311 | 54 | 66 | 0 | 25 | 373 | 62 | 71 |
| Binary | 1110000 | 1011100 | 11001001 | 101100 | 110110 | 0 | 10101 | 11111011 | 110010 | 111001 |
Color Harmonies of #705CC9
Complementary color
Monochromatic Colors of #705CC9
Black with #705CC9
Text Example
Text Example
White with #705CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CC9; }
p { color: rgb(112,92,201); }
H1.HeaderClassName
{
color: #705CC9;
}
.AnyTagClassName
{
color: #705CC9;
}
</style>
background-color css
<style>
a { background-color: #705CC9; }
a { background-color: rgb(112,92,201); }
div.DivClassName
{
background-color: #705CC9;
}
.BgClassName
{
background-color: #705CC9;
}
</style>
border-color css
<style>
span { border-color: #705CC9; }
span { border-color: rgb(112,92,201); }
td.TdClassName
{
border-color: #705CC9;
}
.TagClassName
{
border-color: #705CC9;
}
</style>