Shades of Slate Blue #734ED9
Tints of Slate Blue #734ED9
RGB
CMYK
RGB Variations
Color information
#734ED9 (or 0x734ED9) is known color: Slate Blue. HEX triplet: 73, 4E and D9. RGB value is (115,78,217). Sum of RGB (Red+Green+Blue) = 115+78+217=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #734ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ED9 is #8CB126. Grayscale: #686868. Windows color (decimal): -9220391 or 14241395. OLE color: 14241395.
HSL color Cylindrical-coordinate representation of color #734ED9: hue angle of 255.97º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734ED9 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 78 | 217 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.15 |
| HSL | 255.97º | 0.65% | 0.58% | - |
| HSV(B) | 255.97º | 0.64% | 0.85% | - |
| XYZ | 22.32 | 14.1 | 67.19 | - |
| YUV | 104.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 217 | 0.47 | 0.64 | 0 | 0.15 | 255.97 | 0.65 | 0.58 |
| Hex | 73 | 4E | D9 | 2F | 40 | 0 | F | 100 | 41 | 3A |
| Octal | 163 | 116 | 331 | 57 | 100 | 0 | 17 | 400 | 101 | 72 |
| Binary | 1110011 | 1001110 | 11011001 | 101111 | 1000000 | 0 | 1111 | 100000000 | 1000001 | 111010 |
Color Harmonies of #734ED9
Complementary color
Monochromatic Colors of #734ED9
Black with #734ED9
Text Example
Text Example
White with #734ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ED9; }
p { color: rgb(115,78,217); }
H1.HeaderClassName
{
color: #734ED9;
}
.AnyTagClassName
{
color: #734ED9;
}
</style>
background-color css
<style>
a { background-color: #734ED9; }
a { background-color: rgb(115,78,217); }
div.DivClassName
{
background-color: #734ED9;
}
.BgClassName
{
background-color: #734ED9;
}
</style>
border-color css
<style>
span { border-color: #734ED9; }
span { border-color: rgb(115,78,217); }
td.TdClassName
{
border-color: #734ED9;
}
.TagClassName
{
border-color: #734ED9;
}
</style>