Shades of Slate Blue #704DC9
Tints of Slate Blue #704DC9
RGB
CMYK
RGB Variations
Color information
#704DC9 (or 0x704DC9) is known color: Slate Blue. HEX triplet: 70, 4D and C9. RGB value is (112,77,201). Sum of RGB (Red+Green+Blue) = 112+77+201=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #704DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DC9 is #8FB236. Grayscale: #656565. Windows color (decimal): -9417271 or 13192560. OLE color: 13192560.
HSL color Cylindrical-coordinate representation of color #704DC9: hue angle of 256.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704DC9 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 77 | 201 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.21 |
| HSL | 256.94º | 0.53% | 0.55% | - |
| HSV(B) | 256.94º | 0.62% | 0.79% | - |
| XYZ | 19.88 | 12.97 | 56.71 | - |
| YUV | 101.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 201 | 0.44 | 0.62 | 0 | 0.21 | 256.94 | 0.53 | 0.55 |
| Hex | 70 | 4D | C9 | 2C | 3E | 0 | 15 | 101 | 35 | 37 |
| Octal | 160 | 115 | 311 | 54 | 76 | 0 | 25 | 401 | 65 | 67 |
| Binary | 1110000 | 1001101 | 11001001 | 101100 | 111110 | 0 | 10101 | 100000001 | 110101 | 110111 |
Color Harmonies of #704DC9
Complementary color
Monochromatic Colors of #704DC9
Black with #704DC9
Text Example
Text Example
White with #704DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DC9; }
p { color: rgb(112,77,201); }
H1.HeaderClassName
{
color: #704DC9;
}
.AnyTagClassName
{
color: #704DC9;
}
</style>
background-color css
<style>
a { background-color: #704DC9; }
a { background-color: rgb(112,77,201); }
div.DivClassName
{
background-color: #704DC9;
}
.BgClassName
{
background-color: #704DC9;
}
</style>
border-color css
<style>
span { border-color: #704DC9; }
span { border-color: rgb(112,77,201); }
td.TdClassName
{
border-color: #704DC9;
}
.TagClassName
{
border-color: #704DC9;
}
</style>