Shades of Slate Blue #734AD9
Tints of Slate Blue #734AD9
RGB
CMYK
RGB Variations
Color information
#734AD9 (or 0x734AD9) is known color: Slate Blue. HEX triplet: 73, 4A and D9. RGB value is (115,74,217). Sum of RGB (Red+Green+Blue) = 115+74+217=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #734AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734AD9 is #8CB526. Grayscale: #666666. Windows color (decimal): -9221415 or 14240371. OLE color: 14240371.
HSL color Cylindrical-coordinate representation of color #734AD9: hue angle of 257.2º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734AD9 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 74 | 217 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.15 |
| HSL | 257.2º | 0.65% | 0.57% | - |
| HSV(B) | 257.2º | 0.66% | 0.85% | - |
| XYZ | 22.04 | 13.55 | 67.1 | - |
| YUV | 102.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 217 | 0.47 | 0.66 | 0 | 0.15 | 257.2 | 0.65 | 0.57 |
| Hex | 73 | 4A | D9 | 2F | 42 | 0 | F | 101 | 41 | 39 |
| Octal | 163 | 112 | 331 | 57 | 102 | 0 | 17 | 401 | 101 | 71 |
| Binary | 1110011 | 1001010 | 11011001 | 101111 | 1000010 | 0 | 1111 | 100000001 | 1000001 | 111001 |
Color Harmonies of #734AD9
Complementary color
Monochromatic Colors of #734AD9
Black with #734AD9
Text Example
Text Example
White with #734AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AD9; }
p { color: rgb(115,74,217); }
H1.HeaderClassName
{
color: #734AD9;
}
.AnyTagClassName
{
color: #734AD9;
}
</style>
background-color css
<style>
a { background-color: #734AD9; }
a { background-color: rgb(115,74,217); }
div.DivClassName
{
background-color: #734AD9;
}
.BgClassName
{
background-color: #734AD9;
}
</style>
border-color css
<style>
span { border-color: #734AD9; }
span { border-color: rgb(115,74,217); }
td.TdClassName
{
border-color: #734AD9;
}
.TagClassName
{
border-color: #734AD9;
}
</style>