Shades of Slate Blue #705FCB
Tints of Slate Blue #705FCB
RGB
CMYK
RGB Variations
Color information
#705FCB (or 0x705FCB) is known color: Slate Blue. HEX triplet: 70, 5F and CB. RGB value is (112,95,203). Sum of RGB (Red+Green+Blue) = 112+95+203=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #705FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FCB is #8FA034. Grayscale: #6F6F6F. Windows color (decimal): -9412661 or 13328240. OLE color: 13328240.
HSL color Cylindrical-coordinate representation of color #705FCB: hue angle of 249.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705FCB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 95 | 203 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.20 |
| HSL | 249.44º | 0.51% | 0.58% | - |
| HSV(B) | 249.44º | 0.53% | 0.8% | - |
| XYZ | 21.55 | 15.94 | 58.44 | - |
| YUV | 112.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 203 | 0.45 | 0.53 | 0 | 0.20 | 249.44 | 0.51 | 0.58 |
| Hex | 70 | 5F | CB | 2D | 35 | 0 | 14 | F9 | 33 | 3A |
| Octal | 160 | 137 | 313 | 55 | 65 | 0 | 24 | 371 | 63 | 72 |
| Binary | 1110000 | 1011111 | 11001011 | 101101 | 110101 | 0 | 10100 | 11111001 | 110011 | 111010 |
Color Harmonies of #705FCB
Complementary color
Monochromatic Colors of #705FCB
Black with #705FCB
Text Example
Text Example
White with #705FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FCB; }
p { color: rgb(112,95,203); }
H1.HeaderClassName
{
color: #705FCB;
}
.AnyTagClassName
{
color: #705FCB;
}
</style>
background-color css
<style>
a { background-color: #705FCB; }
a { background-color: rgb(112,95,203); }
div.DivClassName
{
background-color: #705FCB;
}
.BgClassName
{
background-color: #705FCB;
}
</style>
border-color css
<style>
span { border-color: #705FCB; }
span { border-color: rgb(112,95,203); }
td.TdClassName
{
border-color: #705FCB;
}
.TagClassName
{
border-color: #705FCB;
}
</style>