Shades of Slate Blue #705FC1
Tints of Slate Blue #705FC1
RGB
CMYK
RGB Variations
Color information
#705FC1 (or 0x705FC1) is known color: Slate Blue. HEX triplet: 70, 5F and C1. RGB value is (112,95,193). Sum of RGB (Red+Green+Blue) = 112+95+193=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #705FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC1 is #8FA03E. Grayscale: #6E6E6E. Windows color (decimal): -9412671 or 12672880. OLE color: 12672880.
HSL color Cylindrical-coordinate representation of color #705FC1: hue angle of 250.41º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705FC1 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 95 | 193 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.24 |
| HSL | 250.41º | 0.44% | 0.56% | - |
| HSV(B) | 250.41º | 0.51% | 0.76% | - |
| XYZ | 20.4 | 15.48 | 52.36 | - |
| YUV | 111.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 193 | 0.42 | 0.51 | 0 | 0.24 | 250.41 | 0.44 | 0.56 |
| Hex | 70 | 5F | C1 | 2A | 33 | 0 | 18 | FA | 2C | 38 |
| Octal | 160 | 137 | 301 | 52 | 63 | 0 | 30 | 372 | 54 | 70 |
| Binary | 1110000 | 1011111 | 11000001 | 101010 | 110011 | 0 | 11000 | 11111010 | 101100 | 111000 |
Color Harmonies of #705FC1
Complementary color
Monochromatic Colors of #705FC1
Black with #705FC1
Text Example
Text Example
White with #705FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC1; }
p { color: rgb(112,95,193); }
H1.HeaderClassName
{
color: #705FC1;
}
.AnyTagClassName
{
color: #705FC1;
}
</style>
background-color css
<style>
a { background-color: #705FC1; }
a { background-color: rgb(112,95,193); }
div.DivClassName
{
background-color: #705FC1;
}
.BgClassName
{
background-color: #705FC1;
}
</style>
border-color css
<style>
span { border-color: #705FC1; }
span { border-color: rgb(112,95,193); }
td.TdClassName
{
border-color: #705FC1;
}
.TagClassName
{
border-color: #705FC1;
}
</style>