Shades of Slate Blue #705CCA
Tints of Slate Blue #705CCA
RGB
CMYK
RGB Variations
Color information
#705CCA (or 0x705CCA) is known color: Slate Blue. HEX triplet: 70, 5C and CA. RGB value is (112,92,202). Sum of RGB (Red+Green+Blue) = 112+92+202=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #705CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCA is #8FA335. Grayscale: #6E6E6E. Windows color (decimal): -9413430 or 13261936. OLE color: 13261936.
HSL color Cylindrical-coordinate representation of color #705CCA: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705CCA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 92 | 202 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.21 |
| HSL | 250.91º | 0.51% | 0.58% | - |
| HSV(B) | 250.91º | 0.54% | 0.79% | - |
| XYZ | 21.17 | 15.36 | 57.73 | - |
| YUV | 110.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 202 | 0.45 | 0.54 | 0 | 0.21 | 250.91 | 0.51 | 0.58 |
| Hex | 70 | 5C | CA | 2D | 36 | 0 | 15 | FB | 33 | 3A |
| Octal | 160 | 134 | 312 | 55 | 66 | 0 | 25 | 373 | 63 | 72 |
| Binary | 1110000 | 1011100 | 11001010 | 101101 | 110110 | 0 | 10101 | 11111011 | 110011 | 111010 |
Color Harmonies of #705CCA
Complementary color
Monochromatic Colors of #705CCA
Black with #705CCA
Text Example
Text Example
White with #705CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CCA; }
p { color: rgb(112,92,202); }
H1.HeaderClassName
{
color: #705CCA;
}
.AnyTagClassName
{
color: #705CCA;
}
</style>
background-color css
<style>
a { background-color: #705CCA; }
a { background-color: rgb(112,92,202); }
div.DivClassName
{
background-color: #705CCA;
}
.BgClassName
{
background-color: #705CCA;
}
</style>
border-color css
<style>
span { border-color: #705CCA; }
span { border-color: rgb(112,92,202); }
td.TdClassName
{
border-color: #705CCA;
}
.TagClassName
{
border-color: #705CCA;
}
</style>