Shades of Slate Blue #705BC1
Tints of Slate Blue #705BC1
RGB
CMYK
RGB Variations
Color information
#705BC1 (or 0x705BC1) is known color: Slate Blue. HEX triplet: 70, 5B and C1. RGB value is (112,91,193). Sum of RGB (Red+Green+Blue) = 112+91+193=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #705BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BC1 is #8FA43E. Grayscale: #6C6C6C. Windows color (decimal): -9413695 or 12671856. OLE color: 12671856.
HSL color Cylindrical-coordinate representation of color #705BC1: hue angle of 252.35º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705BC1 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 91 | 193 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.24 |
| HSL | 252.35º | 0.45% | 0.56% | - |
| HSV(B) | 252.35º | 0.53% | 0.76% | - |
| XYZ | 20.05 | 14.78 | 52.25 | - |
| YUV | 108.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 193 | 0.42 | 0.53 | 0 | 0.24 | 252.35 | 0.45 | 0.56 |
| Hex | 70 | 5B | C1 | 2A | 35 | 0 | 18 | FC | 2D | 38 |
| Octal | 160 | 133 | 301 | 52 | 65 | 0 | 30 | 374 | 55 | 70 |
| Binary | 1110000 | 1011011 | 11000001 | 101010 | 110101 | 0 | 11000 | 11111100 | 101101 | 111000 |
Color Harmonies of #705BC1
Complementary color
Monochromatic Colors of #705BC1
Black with #705BC1
Text Example
Text Example
White with #705BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BC1; }
p { color: rgb(112,91,193); }
H1.HeaderClassName
{
color: #705BC1;
}
.AnyTagClassName
{
color: #705BC1;
}
</style>
background-color css
<style>
a { background-color: #705BC1; }
a { background-color: rgb(112,91,193); }
div.DivClassName
{
background-color: #705BC1;
}
.BgClassName
{
background-color: #705BC1;
}
</style>
border-color css
<style>
span { border-color: #705BC1; }
span { border-color: rgb(112,91,193); }
td.TdClassName
{
border-color: #705BC1;
}
.TagClassName
{
border-color: #705BC1;
}
</style>