Shades of Slate Blue #706ACB
Tints of Slate Blue #706ACB
RGB
CMYK
RGB Variations
Color information
#706ACB (or 0x706ACB) is known color: Slate Blue. HEX triplet: 70, 6A and CB. RGB value is (112,106,203). Sum of RGB (Red+Green+Blue) = 112+106+203=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #706ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACB is #8F9534. Grayscale: #767676. Windows color (decimal): -9409845 or 13331056. OLE color: 13331056.
HSL color Cylindrical-coordinate representation of color #706ACB: hue angle of 243.71º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706ACB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 106 | 203 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.20 |
| HSL | 243.71º | 0.48% | 0.61% | - |
| HSV(B) | 243.71º | 0.48% | 0.8% | - |
| XYZ | 22.62 | 18.06 | 58.79 | - |
| YUV | 118.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 203 | 0.45 | 0.48 | 0 | 0.20 | 243.71 | 0.48 | 0.61 |
| Hex | 70 | 6A | CB | 2D | 30 | 0 | 14 | F4 | 30 | 3D |
| Octal | 160 | 152 | 313 | 55 | 60 | 0 | 24 | 364 | 60 | 75 |
| Binary | 1110000 | 1101010 | 11001011 | 101101 | 110000 | 0 | 10100 | 11110100 | 110000 | 111101 |
Color Harmonies of #706ACB
Complementary color
Monochromatic Colors of #706ACB
Black with #706ACB
Text Example
Text Example
White with #706ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ACB; }
p { color: rgb(112,106,203); }
H1.HeaderClassName
{
color: #706ACB;
}
.AnyTagClassName
{
color: #706ACB;
}
</style>
background-color css
<style>
a { background-color: #706ACB; }
a { background-color: rgb(112,106,203); }
div.DivClassName
{
background-color: #706ACB;
}
.BgClassName
{
background-color: #706ACB;
}
</style>
border-color css
<style>
span { border-color: #706ACB; }
span { border-color: rgb(112,106,203); }
td.TdClassName
{
border-color: #706ACB;
}
.TagClassName
{
border-color: #706ACB;
}
</style>