Shades of Slate Blue #704BC0
Tints of Slate Blue #704BC0
RGB
CMYK
RGB Variations
Color information
#704BC0 (or 0x704BC0) is known color: Slate Blue. HEX triplet: 70, 4B and C0. RGB value is (112,75,192). Sum of RGB (Red+Green+Blue) = 112+75+192=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #704BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BC0 is #8FB43F. Grayscale: #626262. Windows color (decimal): -9417792 or 12602224. OLE color: 12602224.
HSL color Cylindrical-coordinate representation of color #704BC0: hue angle of 258.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704BC0 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 75 | 192 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.25 |
| HSL | 258.97º | 0.48% | 0.52% | - |
| HSV(B) | 258.97º | 0.61% | 0.75% | - |
| XYZ | 18.71 | 12.28 | 51.25 | - |
| YUV | 99.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 192 | 0.42 | 0.61 | 0 | 0.25 | 258.97 | 0.48 | 0.52 |
| Hex | 70 | 4B | C0 | 2A | 3D | 0 | 19 | 103 | 30 | 34 |
| Octal | 160 | 113 | 300 | 52 | 75 | 0 | 31 | 403 | 60 | 64 |
| Binary | 1110000 | 1001011 | 11000000 | 101010 | 111101 | 0 | 11001 | 100000011 | 110000 | 110100 |
Color Harmonies of #704BC0
Complementary color
Monochromatic Colors of #704BC0
Black with #704BC0
Text Example
Text Example
White with #704BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BC0; }
p { color: rgb(112,75,192); }
H1.HeaderClassName
{
color: #704BC0;
}
.AnyTagClassName
{
color: #704BC0;
}
</style>
background-color css
<style>
a { background-color: #704BC0; }
a { background-color: rgb(112,75,192); }
div.DivClassName
{
background-color: #704BC0;
}
.BgClassName
{
background-color: #704BC0;
}
</style>
border-color css
<style>
span { border-color: #704BC0; }
span { border-color: rgb(112,75,192); }
td.TdClassName
{
border-color: #704BC0;
}
.TagClassName
{
border-color: #704BC0;
}
</style>