Shades of Slate Blue #705FCC
Tints of Slate Blue #705FCC
RGB
CMYK
RGB Variations
Color information
#705FCC (or 0x705FCC) is known color: Slate Blue. HEX triplet: 70, 5F and CC. RGB value is (112,95,204). Sum of RGB (Red+Green+Blue) = 112+95+204=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #705FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FCC is #8FA033. Grayscale: #707070. Windows color (decimal): -9412660 or 13393776. OLE color: 13393776.
HSL color Cylindrical-coordinate representation of color #705FCC: hue angle of 249.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705FCC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 95 | 204 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.2 |
| HSL | 249.36º | 0.52% | 0.59% | - |
| HSV(B) | 249.36º | 0.53% | 0.8% | - |
| XYZ | 21.67 | 15.99 | 59.07 | - |
| YUV | 112.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 204 | 0.45 | 0.53 | 0 | 0.2 | 249.36 | 0.52 | 0.59 |
| Hex | 70 | 5F | CC | 2D | 35 | 0 | 14 | F9 | 34 | 3B |
| Octal | 160 | 137 | 314 | 55 | 65 | 0 | 24 | 371 | 64 | 73 |
| Binary | 1110000 | 1011111 | 11001100 | 101101 | 110101 | 0 | 10100 | 11111001 | 110100 | 111011 |
Color Harmonies of #705FCC
Complementary color
Monochromatic Colors of #705FCC
Black with #705FCC
Text Example
Text Example
White with #705FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FCC; }
p { color: rgb(112,95,204); }
H1.HeaderClassName
{
color: #705FCC;
}
.AnyTagClassName
{
color: #705FCC;
}
</style>
background-color css
<style>
a { background-color: #705FCC; }
a { background-color: rgb(112,95,204); }
div.DivClassName
{
background-color: #705FCC;
}
.BgClassName
{
background-color: #705FCC;
}
</style>
border-color css
<style>
span { border-color: #705FCC; }
span { border-color: rgb(112,95,204); }
td.TdClassName
{
border-color: #705FCC;
}
.TagClassName
{
border-color: #705FCC;
}
</style>