Shades of Slate Blue #734FDB
Tints of Slate Blue #734FDB
RGB
CMYK
RGB Variations
Color information
#734FDB (or 0x734FDB) is known color: Slate Blue. HEX triplet: 73, 4F and DB. RGB value is (115,79,219). Sum of RGB (Red+Green+Blue) = 115+79+219=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #734FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FDB is #8CB024. Grayscale: #696969. Windows color (decimal): -9220133 or 14372723. OLE color: 14372723.
HSL color Cylindrical-coordinate representation of color #734FDB: hue angle of 255.43º 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 #734FDB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 79 | 219 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.14 |
| HSL | 255.43º | 0.66% | 0.58% | - |
| HSV(B) | 255.43º | 0.64% | 0.86% | - |
| XYZ | 22.65 | 14.35 | 68.59 | - |
| YUV | 105.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 219 | 0.47 | 0.64 | 0 | 0.14 | 255.43 | 0.66 | 0.58 |
| Hex | 73 | 4F | DB | 2F | 40 | 0 | E | FF | 42 | 3A |
| Octal | 163 | 117 | 333 | 57 | 100 | 0 | 16 | 377 | 102 | 72 |
| Binary | 1110011 | 1001111 | 11011011 | 101111 | 1000000 | 0 | 1110 | 11111111 | 1000010 | 111010 |
Color Harmonies of #734FDB
Complementary color
Monochromatic Colors of #734FDB
Black with #734FDB
Text Example
Text Example
White with #734FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FDB; }
p { color: rgb(115,79,219); }
H1.HeaderClassName
{
color: #734FDB;
}
.AnyTagClassName
{
color: #734FDB;
}
</style>
background-color css
<style>
a { background-color: #734FDB; }
a { background-color: rgb(115,79,219); }
div.DivClassName
{
background-color: #734FDB;
}
.BgClassName
{
background-color: #734FDB;
}
</style>
border-color css
<style>
span { border-color: #734FDB; }
span { border-color: rgb(115,79,219); }
td.TdClassName
{
border-color: #734FDB;
}
.TagClassName
{
border-color: #734FDB;
}
</style>