Shades of Slate Blue #734ECD
Tints of Slate Blue #734ECD
RGB
CMYK
RGB Variations
Color information
#734ECD (or 0x734ECD) is known color: Slate Blue. HEX triplet: 73, 4E and CD. RGB value is (115,78,205). Sum of RGB (Red+Green+Blue) = 115+78+205=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #734ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ECD is #8CB132. Grayscale: #676767. Windows color (decimal): -9220403 or 13454963. OLE color: 13454963.
HSL color Cylindrical-coordinate representation of color #734ECD: hue angle of 257.48º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734ECD is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 78 | 205 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.20 |
| HSL | 257.48º | 0.56% | 0.55% | - |
| HSV(B) | 257.48º | 0.62% | 0.8% | - |
| XYZ | 20.81 | 13.5 | 59.27 | - |
| YUV | 103.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 205 | 0.44 | 0.62 | 0 | 0.20 | 257.48 | 0.56 | 0.55 |
| Hex | 73 | 4E | CD | 2C | 3E | 0 | 14 | 101 | 38 | 37 |
| Octal | 163 | 116 | 315 | 54 | 76 | 0 | 24 | 401 | 70 | 67 |
| Binary | 1110011 | 1001110 | 11001101 | 101100 | 111110 | 0 | 10100 | 100000001 | 111000 | 110111 |
Color Harmonies of #734ECD
Complementary color
Monochromatic Colors of #734ECD
Black with #734ECD
Text Example
Text Example
White with #734ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ECD; }
p { color: rgb(115,78,205); }
H1.HeaderClassName
{
color: #734ECD;
}
.AnyTagClassName
{
color: #734ECD;
}
</style>
background-color css
<style>
a { background-color: #734ECD; }
a { background-color: rgb(115,78,205); }
div.DivClassName
{
background-color: #734ECD;
}
.BgClassName
{
background-color: #734ECD;
}
</style>
border-color css
<style>
span { border-color: #734ECD; }
span { border-color: rgb(115,78,205); }
td.TdClassName
{
border-color: #734ECD;
}
.TagClassName
{
border-color: #734ECD;
}
</style>