Shades of Slate Blue #705ECB
Tints of Slate Blue #705ECB
RGB
CMYK
RGB Variations
Color information
#705ECB (or 0x705ECB) is known color: Slate Blue. HEX triplet: 70, 5E and CB. RGB value is (112,94,203). Sum of RGB (Red+Green+Blue) = 112+94+203=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #705ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ECB is #8FA134. Grayscale: #6F6F6F. Windows color (decimal): -9412917 or 13327984. OLE color: 13327984.
HSL color Cylindrical-coordinate representation of color #705ECB: hue angle of 249.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705ECB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 94 | 203 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.20 |
| HSL | 249.91º | 0.51% | 0.58% | - |
| HSV(B) | 249.91º | 0.54% | 0.8% | - |
| XYZ | 21.46 | 15.76 | 58.41 | - |
| YUV | 111.81 | 179.46 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 203 | 0.45 | 0.54 | 0 | 0.20 | 249.91 | 0.51 | 0.58 |
| Hex | 70 | 5E | CB | 2D | 36 | 0 | 14 | FA | 33 | 3A |
| Octal | 160 | 136 | 313 | 55 | 66 | 0 | 24 | 372 | 63 | 72 |
| Binary | 1110000 | 1011110 | 11001011 | 101101 | 110110 | 0 | 10100 | 11111010 | 110011 | 111010 |
Color Harmonies of #705ECB
Complementary color
Monochromatic Colors of #705ECB
Black with #705ECB
Text Example
Text Example
White with #705ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705ECB; }
p { color: rgb(112,94,203); }
H1.HeaderClassName
{
color: #705ECB;
}
.AnyTagClassName
{
color: #705ECB;
}
</style>
background-color css
<style>
a { background-color: #705ECB; }
a { background-color: rgb(112,94,203); }
div.DivClassName
{
background-color: #705ECB;
}
.BgClassName
{
background-color: #705ECB;
}
</style>
border-color css
<style>
span { border-color: #705ECB; }
span { border-color: rgb(112,94,203); }
td.TdClassName
{
border-color: #705ECB;
}
.TagClassName
{
border-color: #705ECB;
}
</style>