Shades of Slate Blue #734CDB
Tints of Slate Blue #734CDB
RGB
CMYK
RGB Variations
Color information
#734CDB (or 0x734CDB) is known color: Slate Blue. HEX triplet: 73, 4C and DB. RGB value is (115,76,219). Sum of RGB (Red+Green+Blue) = 115+76+219=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 76 (30.08% from 255 or 18.54% 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 #734CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CDB is #8CB324. Grayscale: #676767. Windows color (decimal): -9220901 or 14371955. OLE color: 14371955.
HSL color Cylindrical-coordinate representation of color #734CDB: hue angle of 256.36º 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 #734CDB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 76 | 219 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 256.36º | 0.67% | 0.58% | - |
| HSV(B) | 256.36º | 0.65% | 0.86% | - |
| XYZ | 22.44 | 13.93 | 68.52 | - |
| YUV | 103.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 219 | 0.47 | 0.65 | 0 | 0.14 | 256.36 | 0.67 | 0.58 |
| Hex | 73 | 4C | DB | 2F | 41 | 0 | E | 100 | 43 | 3A |
| Octal | 163 | 114 | 333 | 57 | 101 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110011 | 1001100 | 11011011 | 101111 | 1000001 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #734CDB
Complementary color
Monochromatic Colors of #734CDB
Black with #734CDB
Text Example
Text Example
White with #734CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CDB; }
p { color: rgb(115,76,219); }
H1.HeaderClassName
{
color: #734CDB;
}
.AnyTagClassName
{
color: #734CDB;
}
</style>
background-color css
<style>
a { background-color: #734CDB; }
a { background-color: rgb(115,76,219); }
div.DivClassName
{
background-color: #734CDB;
}
.BgClassName
{
background-color: #734CDB;
}
</style>
border-color css
<style>
span { border-color: #734CDB; }
span { border-color: rgb(115,76,219); }
td.TdClassName
{
border-color: #734CDB;
}
.TagClassName
{
border-color: #734CDB;
}
</style>