Shades of Slate Blue #734EC9
Tints of Slate Blue #734EC9
RGB
CMYK
RGB Variations
Color information
#734EC9 (or 0x734EC9) is known color: Slate Blue. HEX triplet: 73, 4E and C9. RGB value is (115,78,201). Sum of RGB (Red+Green+Blue) = 115+78+201=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #734EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EC9 is #8CB136. Grayscale: #666666. Windows color (decimal): -9220407 or 13192819. OLE color: 13192819.
HSL color Cylindrical-coordinate representation of color #734EC9: hue angle of 258.05º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #734EC9 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 78 | 201 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.21 |
| HSL | 258.05º | 0.53% | 0.55% | - |
| HSV(B) | 258.05º | 0.61% | 0.79% | - |
| XYZ | 20.34 | 13.31 | 56.76 | - |
| YUV | 103.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 201 | 0.43 | 0.61 | 0 | 0.21 | 258.05 | 0.53 | 0.55 |
| Hex | 73 | 4E | C9 | 2B | 3D | 0 | 15 | 102 | 35 | 37 |
| Octal | 163 | 116 | 311 | 53 | 75 | 0 | 25 | 402 | 65 | 67 |
| Binary | 1110011 | 1001110 | 11001001 | 101011 | 111101 | 0 | 10101 | 100000010 | 110101 | 110111 |
Color Harmonies of #734EC9
Complementary color
Monochromatic Colors of #734EC9
Black with #734EC9
Text Example
Text Example
White with #734EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EC9; }
p { color: rgb(115,78,201); }
H1.HeaderClassName
{
color: #734EC9;
}
.AnyTagClassName
{
color: #734EC9;
}
</style>
background-color css
<style>
a { background-color: #734EC9; }
a { background-color: rgb(115,78,201); }
div.DivClassName
{
background-color: #734EC9;
}
.BgClassName
{
background-color: #734EC9;
}
</style>
border-color css
<style>
span { border-color: #734EC9; }
span { border-color: rgb(115,78,201); }
td.TdClassName
{
border-color: #734EC9;
}
.TagClassName
{
border-color: #734EC9;
}
</style>