Shades of Slate Blue #703FDD
Tints of Slate Blue #703FDD
RGB
CMYK
RGB Variations
Color information
#703FDD (or 0x703FDD) is known color: Slate Blue. HEX triplet: 70, 3F and DD. RGB value is (112,63,221). Sum of RGB (Red+Green+Blue) = 112+63+221=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #703FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FDD is #8FC022. Grayscale: #5F5F5F. Windows color (decimal): -9420835 or 14499696. OLE color: 14499696.
HSL color Cylindrical-coordinate representation of color #703FDD: hue angle of 258.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703FDD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 63 | 221 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.13 |
| HSL | 258.61º | 0.7% | 0.56% | - |
| HSV(B) | 258.61º | 0.71% | 0.87% | - |
| XYZ | 21.51 | 12.22 | 69.63 | - |
| YUV | 95.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 221 | 0.49 | 0.71 | 0 | 0.13 | 258.61 | 0.7 | 0.56 |
| Hex | 70 | 3F | DD | 31 | 47 | 0 | D | 103 | 46 | 38 |
| Octal | 160 | 77 | 335 | 61 | 107 | 0 | 15 | 403 | 106 | 70 |
| Binary | 1110000 | 111111 | 11011101 | 110001 | 1000111 | 0 | 1101 | 100000011 | 1000110 | 111000 |
Color Harmonies of #703FDD
Complementary color
Monochromatic Colors of #703FDD
Black with #703FDD
Text Example
Text Example
White with #703FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FDD; }
p { color: rgb(112,63,221); }
H1.HeaderClassName
{
color: #703FDD;
}
.AnyTagClassName
{
color: #703FDD;
}
</style>
background-color css
<style>
a { background-color: #703FDD; }
a { background-color: rgb(112,63,221); }
div.DivClassName
{
background-color: #703FDD;
}
.BgClassName
{
background-color: #703FDD;
}
</style>
border-color css
<style>
span { border-color: #703FDD; }
span { border-color: rgb(112,63,221); }
td.TdClassName
{
border-color: #703FDD;
}
.TagClassName
{
border-color: #703FDD;
}
</style>