Shades of Slate Blue #705AC1
Tints of Slate Blue #705AC1
RGB
CMYK
RGB Variations
Color information
#705AC1 (or 0x705AC1) is known color: Slate Blue. HEX triplet: 70, 5A and C1. RGB value is (112,90,193). Sum of RGB (Red+Green+Blue) = 112+90+193=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #705AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AC1 is #8FA53E. Grayscale: #6B6B6B. Windows color (decimal): -9413951 or 12671600. OLE color: 12671600.
HSL color Cylindrical-coordinate representation of color #705AC1: hue angle of 252.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705AC1 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 90 | 193 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.24 |
| HSL | 252.82º | 0.45% | 0.55% | - |
| HSV(B) | 252.82º | 0.53% | 0.76% | - |
| XYZ | 19.96 | 14.61 | 52.22 | - |
| YUV | 108.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 193 | 0.42 | 0.53 | 0 | 0.24 | 252.82 | 0.45 | 0.55 |
| Hex | 70 | 5A | C1 | 2A | 35 | 0 | 18 | FD | 2D | 37 |
| Octal | 160 | 132 | 301 | 52 | 65 | 0 | 30 | 375 | 55 | 67 |
| Binary | 1110000 | 1011010 | 11000001 | 101010 | 110101 | 0 | 11000 | 11111101 | 101101 | 110111 |
Color Harmonies of #705AC1
Complementary color
Monochromatic Colors of #705AC1
Black with #705AC1
Text Example
Text Example
White with #705AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AC1; }
p { color: rgb(112,90,193); }
H1.HeaderClassName
{
color: #705AC1;
}
.AnyTagClassName
{
color: #705AC1;
}
</style>
background-color css
<style>
a { background-color: #705AC1; }
a { background-color: rgb(112,90,193); }
div.DivClassName
{
background-color: #705AC1;
}
.BgClassName
{
background-color: #705AC1;
}
</style>
border-color css
<style>
span { border-color: #705AC1; }
span { border-color: rgb(112,90,193); }
td.TdClassName
{
border-color: #705AC1;
}
.TagClassName
{
border-color: #705AC1;
}
</style>