Shades of Slate Blue #704ADC
Tints of Slate Blue #704ADC
RGB
CMYK
RGB Variations
Color information
#704ADC (or 0x704ADC) is known color: Slate Blue. HEX triplet: 70, 4A and DC. RGB value is (112,74,220). Sum of RGB (Red+Green+Blue) = 112+74+220=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #704ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ADC is #8FB523. Grayscale: #656565. Windows color (decimal): -9418020 or 14436976. OLE color: 14436976.
HSL color Cylindrical-coordinate representation of color #704ADC: hue angle of 255.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704ADC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 74 | 220 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.14 |
| HSL | 255.62º | 0.68% | 0.58% | - |
| HSV(B) | 255.62º | 0.66% | 0.86% | - |
| XYZ | 22.05 | 13.51 | 69.16 | - |
| YUV | 102.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 220 | 0.49 | 0.66 | 0 | 0.14 | 255.62 | 0.68 | 0.58 |
| Hex | 70 | 4A | DC | 31 | 42 | 0 | E | 100 | 44 | 3A |
| Octal | 160 | 112 | 334 | 61 | 102 | 0 | 16 | 400 | 104 | 72 |
| Binary | 1110000 | 1001010 | 11011100 | 110001 | 1000010 | 0 | 1110 | 100000000 | 1000100 | 111010 |
Color Harmonies of #704ADC
Complementary color
Monochromatic Colors of #704ADC
Black with #704ADC
Text Example
Text Example
White with #704ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ADC; }
p { color: rgb(112,74,220); }
H1.HeaderClassName
{
color: #704ADC;
}
.AnyTagClassName
{
color: #704ADC;
}
</style>
background-color css
<style>
a { background-color: #704ADC; }
a { background-color: rgb(112,74,220); }
div.DivClassName
{
background-color: #704ADC;
}
.BgClassName
{
background-color: #704ADC;
}
</style>
border-color css
<style>
span { border-color: #704ADC; }
span { border-color: rgb(112,74,220); }
td.TdClassName
{
border-color: #704ADC;
}
.TagClassName
{
border-color: #704ADC;
}
</style>