Shades of Slate Blue #705FDE
Tints of Slate Blue #705FDE
RGB
CMYK
RGB Variations
Color information
#705FDE (or 0x705FDE) is known color: Slate Blue. HEX triplet: 70, 5F and DE. RGB value is (112,95,222). Sum of RGB (Red+Green+Blue) = 112+95+222=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #705FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FDE is #8FA021. Grayscale: #727272. Windows color (decimal): -9412642 or 14573424. OLE color: 14573424.
HSL color Cylindrical-coordinate representation of color #705FDE: hue angle of 248.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705FDE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 95 | 222 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.13 |
| HSL | 248.03º | 0.66% | 0.62% | - |
| HSV(B) | 248.03º | 0.57% | 0.87% | - |
| XYZ | 23.96 | 16.9 | 71.11 | - |
| YUV | 114.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 222 | 0.50 | 0.57 | 0 | 0.13 | 248.03 | 0.66 | 0.62 |
| Hex | 70 | 5F | DE | 32 | 39 | 0 | D | F8 | 42 | 3E |
| Octal | 160 | 137 | 336 | 62 | 71 | 0 | 15 | 370 | 102 | 76 |
| Binary | 1110000 | 1011111 | 11011110 | 110010 | 111001 | 0 | 1101 | 11111000 | 1000010 | 111110 |
Color Harmonies of #705FDE
Complementary color
Monochromatic Colors of #705FDE
Black with #705FDE
Text Example
Text Example
White with #705FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FDE; }
p { color: rgb(112,95,222); }
H1.HeaderClassName
{
color: #705FDE;
}
.AnyTagClassName
{
color: #705FDE;
}
</style>
background-color css
<style>
a { background-color: #705FDE; }
a { background-color: rgb(112,95,222); }
div.DivClassName
{
background-color: #705FDE;
}
.BgClassName
{
background-color: #705FDE;
}
</style>
border-color css
<style>
span { border-color: #705FDE; }
span { border-color: rgb(112,95,222); }
td.TdClassName
{
border-color: #705FDE;
}
.TagClassName
{
border-color: #705FDE;
}
</style>