Shades of Slate Blue #704CDE
Tints of Slate Blue #704CDE
RGB
CMYK
RGB Variations
Color information
#704CDE (or 0x704CDE) is known color: Slate Blue. HEX triplet: 70, 4C and DE. RGB value is (112,76,222). Sum of RGB (Red+Green+Blue) = 112+76+222=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #704CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CDE is #8FB321. Grayscale: #666666. Windows color (decimal): -9417506 or 14568560. OLE color: 14568560.
HSL color Cylindrical-coordinate representation of color #704CDE: hue angle of 254.79º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704CDE is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 76 | 222 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.13 |
| HSL | 254.79º | 0.69% | 0.58% | - |
| HSV(B) | 254.79º | 0.66% | 0.87% | - |
| XYZ | 22.45 | 13.89 | 70.6 | - |
| YUV | 103.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 222 | 0.50 | 0.66 | 0 | 0.13 | 254.79 | 0.69 | 0.58 |
| Hex | 70 | 4C | DE | 32 | 42 | 0 | D | FF | 45 | 3A |
| Octal | 160 | 114 | 336 | 62 | 102 | 0 | 15 | 377 | 105 | 72 |
| Binary | 1110000 | 1001100 | 11011110 | 110010 | 1000010 | 0 | 1101 | 11111111 | 1000101 | 111010 |
Color Harmonies of #704CDE
Complementary color
Monochromatic Colors of #704CDE
Black with #704CDE
Text Example
Text Example
White with #704CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CDE; }
p { color: rgb(112,76,222); }
H1.HeaderClassName
{
color: #704CDE;
}
.AnyTagClassName
{
color: #704CDE;
}
</style>
background-color css
<style>
a { background-color: #704CDE; }
a { background-color: rgb(112,76,222); }
div.DivClassName
{
background-color: #704CDE;
}
.BgClassName
{
background-color: #704CDE;
}
</style>
border-color css
<style>
span { border-color: #704CDE; }
span { border-color: rgb(112,76,222); }
td.TdClassName
{
border-color: #704CDE;
}
.TagClassName
{
border-color: #704CDE;
}
</style>