Shades of Slate Blue #705FC4
Tints of Slate Blue #705FC4
RGB
CMYK
RGB Variations
Color information
#705FC4 (or 0x705FC4) is known color: Slate Blue. HEX triplet: 70, 5F and C4. RGB value is (112,95,196). Sum of RGB (Red+Green+Blue) = 112+95+196=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #705FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC4 is #8FA03B. Grayscale: #6F6F6F. Windows color (decimal): -9412668 or 12869488. OLE color: 12869488.
HSL color Cylindrical-coordinate representation of color #705FC4: hue angle of 250.1º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705FC4 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 95 | 196 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.23 |
| HSL | 250.1º | 0.46% | 0.57% | - |
| HSV(B) | 250.1º | 0.52% | 0.77% | - |
| XYZ | 20.74 | 15.61 | 54.15 | - |
| YUV | 111.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 196 | 0.43 | 0.52 | 0 | 0.23 | 250.1 | 0.46 | 0.57 |
| Hex | 70 | 5F | C4 | 2B | 34 | 0 | 17 | FA | 2E | 39 |
| Octal | 160 | 137 | 304 | 53 | 64 | 0 | 27 | 372 | 56 | 71 |
| Binary | 1110000 | 1011111 | 11000100 | 101011 | 110100 | 0 | 10111 | 11111010 | 101110 | 111001 |
Color Harmonies of #705FC4
Complementary color
Monochromatic Colors of #705FC4
Black with #705FC4
Text Example
Text Example
White with #705FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC4; }
p { color: rgb(112,95,196); }
H1.HeaderClassName
{
color: #705FC4;
}
.AnyTagClassName
{
color: #705FC4;
}
</style>
background-color css
<style>
a { background-color: #705FC4; }
a { background-color: rgb(112,95,196); }
div.DivClassName
{
background-color: #705FC4;
}
.BgClassName
{
background-color: #705FC4;
}
</style>
border-color css
<style>
span { border-color: #705FC4; }
span { border-color: rgb(112,95,196); }
td.TdClassName
{
border-color: #705FC4;
}
.TagClassName
{
border-color: #705FC4;
}
</style>