Shades of Slate Blue #705FDF
Tints of Slate Blue #705FDF
RGB
CMYK
RGB Variations
Color information
#705FDF (or 0x705FDF) is known color: Slate Blue. HEX triplet: 70, 5F and DF. RGB value is (112,95,223). Sum of RGB (Red+Green+Blue) = 112+95+223=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #705FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FDF is #8FA020. Grayscale: #727272. Windows color (decimal): -9412641 or 14638960. OLE color: 14638960.
HSL color Cylindrical-coordinate representation of color #705FDF: hue angle of 247.97º degrees, saturation: 0.67, 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 #705FDF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 95 | 223 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.13 |
| HSL | 247.97º | 0.67% | 0.62% | - |
| HSV(B) | 247.97º | 0.57% | 0.87% | - |
| XYZ | 24.09 | 16.96 | 71.82 | - |
| YUV | 114.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 223 | 0.50 | 0.57 | 0 | 0.13 | 247.97 | 0.67 | 0.62 |
| Hex | 70 | 5F | DF | 32 | 39 | 0 | D | F8 | 43 | 3E |
| Octal | 160 | 137 | 337 | 62 | 71 | 0 | 15 | 370 | 103 | 76 |
| Binary | 1110000 | 1011111 | 11011111 | 110010 | 111001 | 0 | 1101 | 11111000 | 1000011 | 111110 |
Color Harmonies of #705FDF
Complementary color
Monochromatic Colors of #705FDF
Black with #705FDF
Text Example
Text Example
White with #705FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FDF; }
p { color: rgb(112,95,223); }
H1.HeaderClassName
{
color: #705FDF;
}
.AnyTagClassName
{
color: #705FDF;
}
</style>
background-color css
<style>
a { background-color: #705FDF; }
a { background-color: rgb(112,95,223); }
div.DivClassName
{
background-color: #705FDF;
}
.BgClassName
{
background-color: #705FDF;
}
</style>
border-color css
<style>
span { border-color: #705FDF; }
span { border-color: rgb(112,95,223); }
td.TdClassName
{
border-color: #705FDF;
}
.TagClassName
{
border-color: #705FDF;
}
</style>