Shades of Slate Blue #704ADE
Tints of Slate Blue #704ADE
RGB
CMYK
RGB Variations
Color information
#704ADE (or 0x704ADE) is known color: Slate Blue. HEX triplet: 70, 4A and DE. RGB value is (112,74,222). Sum of RGB (Red+Green+Blue) = 112+74+222=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #704ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ADE is #8FB521. Grayscale: #656565. Windows color (decimal): -9418018 or 14568048. OLE color: 14568048.
HSL color Cylindrical-coordinate representation of color #704ADE: hue angle of 255.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704ADE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 74 | 222 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.13 |
| HSL | 255.41º | 0.69% | 0.58% | - |
| HSV(B) | 255.41º | 0.67% | 0.87% | - |
| XYZ | 22.32 | 13.62 | 70.56 | - |
| YUV | 102.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 222 | 0.50 | 0.67 | 0 | 0.13 | 255.41 | 0.69 | 0.58 |
| Hex | 70 | 4A | DE | 32 | 43 | 0 | D | FF | 45 | 3A |
| Octal | 160 | 112 | 336 | 62 | 103 | 0 | 15 | 377 | 105 | 72 |
| Binary | 1110000 | 1001010 | 11011110 | 110010 | 1000011 | 0 | 1101 | 11111111 | 1000101 | 111010 |
Color Harmonies of #704ADE
Complementary color
Monochromatic Colors of #704ADE
Black with #704ADE
Text Example
Text Example
White with #704ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ADE; }
p { color: rgb(112,74,222); }
H1.HeaderClassName
{
color: #704ADE;
}
.AnyTagClassName
{
color: #704ADE;
}
</style>
background-color css
<style>
a { background-color: #704ADE; }
a { background-color: rgb(112,74,222); }
div.DivClassName
{
background-color: #704ADE;
}
.BgClassName
{
background-color: #704ADE;
}
</style>
border-color css
<style>
span { border-color: #704ADE; }
span { border-color: rgb(112,74,222); }
td.TdClassName
{
border-color: #704ADE;
}
.TagClassName
{
border-color: #704ADE;
}
</style>