Shades of Slate Blue #705CCF
Tints of Slate Blue #705CCF
RGB
CMYK
RGB Variations
Color information
#705CCF (or 0x705CCF) is known color: Slate Blue. HEX triplet: 70, 5C and CF. RGB value is (112,92,207). Sum of RGB (Red+Green+Blue) = 112+92+207=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #705CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCF is #8FA330. Grayscale: #6E6E6E. Windows color (decimal): -9413425 or 13589616. OLE color: 13589616.
HSL color Cylindrical-coordinate representation of color #705CCF: hue angle of 250.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705CCF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 92 | 207 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.19 |
| HSL | 250.43º | 0.55% | 0.59% | - |
| HSV(B) | 250.43º | 0.56% | 0.81% | - |
| XYZ | 21.77 | 15.6 | 60.9 | - |
| YUV | 111.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 207 | 0.46 | 0.56 | 0 | 0.19 | 250.43 | 0.55 | 0.59 |
| Hex | 70 | 5C | CF | 2E | 38 | 0 | 13 | FA | 37 | 3B |
| Octal | 160 | 134 | 317 | 56 | 70 | 0 | 23 | 372 | 67 | 73 |
| Binary | 1110000 | 1011100 | 11001111 | 101110 | 111000 | 0 | 10011 | 11111010 | 110111 | 111011 |
Color Harmonies of #705CCF
Complementary color
Monochromatic Colors of #705CCF
Black with #705CCF
Text Example
Text Example
White with #705CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CCF; }
p { color: rgb(112,92,207); }
H1.HeaderClassName
{
color: #705CCF;
}
.AnyTagClassName
{
color: #705CCF;
}
</style>
background-color css
<style>
a { background-color: #705CCF; }
a { background-color: rgb(112,92,207); }
div.DivClassName
{
background-color: #705CCF;
}
.BgClassName
{
background-color: #705CCF;
}
</style>
border-color css
<style>
span { border-color: #705CCF; }
span { border-color: rgb(112,92,207); }
td.TdClassName
{
border-color: #705CCF;
}
.TagClassName
{
border-color: #705CCF;
}
</style>