Shades of Slate Blue #705BCB
Tints of Slate Blue #705BCB
RGB
CMYK
RGB Variations
Color information
#705BCB (or 0x705BCB) is known color: Slate Blue. HEX triplet: 70, 5B and CB. RGB value is (112,91,203). Sum of RGB (Red+Green+Blue) = 112+91+203=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #705BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BCB is #8FA434. Grayscale: #6D6D6D. Windows color (decimal): -9413685 or 13327216. OLE color: 13327216.
HSL color Cylindrical-coordinate representation of color #705BCB: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705BCB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 91 | 203 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.20 |
| HSL | 251.25º | 0.52% | 0.58% | - |
| HSV(B) | 251.25º | 0.55% | 0.8% | - |
| XYZ | 21.2 | 15.24 | 58.32 | - |
| YUV | 110.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 203 | 0.45 | 0.55 | 0 | 0.20 | 251.25 | 0.52 | 0.58 |
| Hex | 70 | 5B | CB | 2D | 37 | 0 | 14 | FB | 34 | 3A |
| Octal | 160 | 133 | 313 | 55 | 67 | 0 | 24 | 373 | 64 | 72 |
| Binary | 1110000 | 1011011 | 11001011 | 101101 | 110111 | 0 | 10100 | 11111011 | 110100 | 111010 |
Color Harmonies of #705BCB
Complementary color
Monochromatic Colors of #705BCB
Black with #705BCB
Text Example
Text Example
White with #705BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BCB; }
p { color: rgb(112,91,203); }
H1.HeaderClassName
{
color: #705BCB;
}
.AnyTagClassName
{
color: #705BCB;
}
</style>
background-color css
<style>
a { background-color: #705BCB; }
a { background-color: rgb(112,91,203); }
div.DivClassName
{
background-color: #705BCB;
}
.BgClassName
{
background-color: #705BCB;
}
</style>
border-color css
<style>
span { border-color: #705BCB; }
span { border-color: rgb(112,91,203); }
td.TdClassName
{
border-color: #705BCB;
}
.TagClassName
{
border-color: #705BCB;
}
</style>