Shades of Slate Blue #705CDA
Tints of Slate Blue #705CDA
RGB
CMYK
RGB Variations
Color information
#705CDA (or 0x705CDA) is known color: Slate Blue. HEX triplet: 70, 5C and DA. RGB value is (112,92,218). Sum of RGB (Red+Green+Blue) = 112+92+218=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #705CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CDA is #8FA325. Grayscale: #6F6F6F. Windows color (decimal): -9413414 or 14310512. OLE color: 14310512.
HSL color Cylindrical-coordinate representation of color #705CDA: hue angle of 249.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705CDA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 92 | 218 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.15 |
| HSL | 249.52º | 0.63% | 0.61% | - |
| HSV(B) | 249.52º | 0.58% | 0.85% | - |
| XYZ | 23.16 | 16.16 | 68.23 | - |
| YUV | 112.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 218 | 0.49 | 0.58 | 0 | 0.15 | 249.52 | 0.63 | 0.61 |
| Hex | 70 | 5C | DA | 31 | 3A | 0 | F | FA | 3F | 3D |
| Octal | 160 | 134 | 332 | 61 | 72 | 0 | 17 | 372 | 77 | 75 |
| Binary | 1110000 | 1011100 | 11011010 | 110001 | 111010 | 0 | 1111 | 11111010 | 111111 | 111101 |
Color Harmonies of #705CDA
Complementary color
Monochromatic Colors of #705CDA
Black with #705CDA
Text Example
Text Example
White with #705CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CDA; }
p { color: rgb(112,92,218); }
H1.HeaderClassName
{
color: #705CDA;
}
.AnyTagClassName
{
color: #705CDA;
}
</style>
background-color css
<style>
a { background-color: #705CDA; }
a { background-color: rgb(112,92,218); }
div.DivClassName
{
background-color: #705CDA;
}
.BgClassName
{
background-color: #705CDA;
}
</style>
border-color css
<style>
span { border-color: #705CDA; }
span { border-color: rgb(112,92,218); }
td.TdClassName
{
border-color: #705CDA;
}
.TagClassName
{
border-color: #705CDA;
}
</style>