Shades of Slate Blue #704CDB
Tints of Slate Blue #704CDB
RGB
CMYK
RGB Variations
Color information
#704CDB (or 0x704CDB) is known color: Slate Blue. HEX triplet: 70, 4C and DB. RGB value is (112,76,219). Sum of RGB (Red+Green+Blue) = 112+76+219=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #704CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CDB is #8FB324. Grayscale: #666666. Windows color (decimal): -9417509 or 14371952. OLE color: 14371952.
HSL color Cylindrical-coordinate representation of color #704CDB: hue angle of 255.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704CDB is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 76 | 219 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.14 |
| HSL | 255.1º | 0.67% | 0.58% | - |
| HSV(B) | 255.1º | 0.65% | 0.86% | - |
| XYZ | 22.05 | 13.73 | 68.51 | - |
| YUV | 103.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 219 | 0.49 | 0.65 | 0 | 0.14 | 255.1 | 0.67 | 0.58 |
| Hex | 70 | 4C | DB | 31 | 41 | 0 | E | FF | 43 | 3A |
| Octal | 160 | 114 | 333 | 61 | 101 | 0 | 16 | 377 | 103 | 72 |
| Binary | 1110000 | 1001100 | 11011011 | 110001 | 1000001 | 0 | 1110 | 11111111 | 1000011 | 111010 |
Color Harmonies of #704CDB
Complementary color
Monochromatic Colors of #704CDB
Black with #704CDB
Text Example
Text Example
White with #704CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CDB; }
p { color: rgb(112,76,219); }
H1.HeaderClassName
{
color: #704CDB;
}
.AnyTagClassName
{
color: #704CDB;
}
</style>
background-color css
<style>
a { background-color: #704CDB; }
a { background-color: rgb(112,76,219); }
div.DivClassName
{
background-color: #704CDB;
}
.BgClassName
{
background-color: #704CDB;
}
</style>
border-color css
<style>
span { border-color: #704CDB; }
span { border-color: rgb(112,76,219); }
td.TdClassName
{
border-color: #704CDB;
}
.TagClassName
{
border-color: #704CDB;
}
</style>