Shades of Slate Blue #705FC2
Tints of Slate Blue #705FC2
RGB
CMYK
RGB Variations
Color information
#705FC2 (or 0x705FC2) is known color: Slate Blue. HEX triplet: 70, 5F and C2. RGB value is (112,95,194). Sum of RGB (Red+Green+Blue) = 112+95+194=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #705FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC2 is #8FA03D. Grayscale: #6E6E6E. Windows color (decimal): -9412670 or 12738416. OLE color: 12738416.
HSL color Cylindrical-coordinate representation of color #705FC2: hue angle of 250.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705FC2 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 95 | 194 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.24 |
| HSL | 250.3º | 0.45% | 0.57% | - |
| HSV(B) | 250.3º | 0.51% | 0.76% | - |
| XYZ | 20.51 | 15.52 | 52.95 | - |
| YUV | 111.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 194 | 0.42 | 0.51 | 0 | 0.24 | 250.3 | 0.45 | 0.57 |
| Hex | 70 | 5F | C2 | 2A | 33 | 0 | 18 | FA | 2D | 39 |
| Octal | 160 | 137 | 302 | 52 | 63 | 0 | 30 | 372 | 55 | 71 |
| Binary | 1110000 | 1011111 | 11000010 | 101010 | 110011 | 0 | 11000 | 11111010 | 101101 | 111001 |
Color Harmonies of #705FC2
Complementary color
Monochromatic Colors of #705FC2
Black with #705FC2
Text Example
Text Example
White with #705FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC2; }
p { color: rgb(112,95,194); }
H1.HeaderClassName
{
color: #705FC2;
}
.AnyTagClassName
{
color: #705FC2;
}
</style>
background-color css
<style>
a { background-color: #705FC2; }
a { background-color: rgb(112,95,194); }
div.DivClassName
{
background-color: #705FC2;
}
.BgClassName
{
background-color: #705FC2;
}
</style>
border-color css
<style>
span { border-color: #705FC2; }
span { border-color: rgb(112,95,194); }
td.TdClassName
{
border-color: #705FC2;
}
.TagClassName
{
border-color: #705FC2;
}
</style>