Shades of Slate Blue #704FDB
Tints of Slate Blue #704FDB
RGB
CMYK
RGB Variations
Color information
#704FDB (or 0x704FDB) is known color: Slate Blue. HEX triplet: 70, 4F and DB. RGB value is (112,79,219). Sum of RGB (Red+Green+Blue) = 112+79+219=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #704FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FDB is #8FB024. Grayscale: #686868. Windows color (decimal): -9416741 or 14372720. OLE color: 14372720.
HSL color Cylindrical-coordinate representation of color #704FDB: hue angle of 254.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704FDB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 79 | 219 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.14 |
| HSL | 254.14º | 0.66% | 0.58% | - |
| HSV(B) | 254.14º | 0.64% | 0.86% | - |
| XYZ | 22.26 | 14.15 | 68.58 | - |
| YUV | 104.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 219 | 0.49 | 0.64 | 0 | 0.14 | 254.14 | 0.66 | 0.58 |
| Hex | 70 | 4F | DB | 31 | 40 | 0 | E | FE | 42 | 3A |
| Octal | 160 | 117 | 333 | 61 | 100 | 0 | 16 | 376 | 102 | 72 |
| Binary | 1110000 | 1001111 | 11011011 | 110001 | 1000000 | 0 | 1110 | 11111110 | 1000010 | 111010 |
Color Harmonies of #704FDB
Complementary color
Monochromatic Colors of #704FDB
Black with #704FDB
Text Example
Text Example
White with #704FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FDB; }
p { color: rgb(112,79,219); }
H1.HeaderClassName
{
color: #704FDB;
}
.AnyTagClassName
{
color: #704FDB;
}
</style>
background-color css
<style>
a { background-color: #704FDB; }
a { background-color: rgb(112,79,219); }
div.DivClassName
{
background-color: #704FDB;
}
.BgClassName
{
background-color: #704FDB;
}
</style>
border-color css
<style>
span { border-color: #704FDB; }
span { border-color: rgb(112,79,219); }
td.TdClassName
{
border-color: #704FDB;
}
.TagClassName
{
border-color: #704FDB;
}
</style>