Shades of Slate Blue #724CDA
Tints of Slate Blue #724CDA
RGB
CMYK
RGB Variations
Color information
#724CDA (or 0x724CDA) is known color: Slate Blue. HEX triplet: 72, 4C and DA. RGB value is (114,76,218). Sum of RGB (Red+Green+Blue) = 114+76+218=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #724CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CDA is #8DB325. Grayscale: #676767. Windows color (decimal): -9286438 or 14306418. OLE color: 14306418.
HSL color Cylindrical-coordinate representation of color #724CDA: hue angle of 256.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724CDA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 76 | 218 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.15 |
| HSL | 256.06º | 0.66% | 0.58% | - |
| HSV(B) | 256.06º | 0.65% | 0.85% | - |
| XYZ | 22.18 | 13.81 | 67.83 | - |
| YUV | 103.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 218 | 0.48 | 0.65 | 0 | 0.15 | 256.06 | 0.66 | 0.58 |
| Hex | 72 | 4C | DA | 30 | 41 | 0 | F | 100 | 42 | 3A |
| Octal | 162 | 114 | 332 | 60 | 101 | 0 | 17 | 400 | 102 | 72 |
| Binary | 1110010 | 1001100 | 11011010 | 110000 | 1000001 | 0 | 1111 | 100000000 | 1000010 | 111010 |
Color Harmonies of #724CDA
Complementary color
Monochromatic Colors of #724CDA
Black with #724CDA
Text Example
Text Example
White with #724CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CDA; }
p { color: rgb(114,76,218); }
H1.HeaderClassName
{
color: #724CDA;
}
.AnyTagClassName
{
color: #724CDA;
}
</style>
background-color css
<style>
a { background-color: #724CDA; }
a { background-color: rgb(114,76,218); }
div.DivClassName
{
background-color: #724CDA;
}
.BgClassName
{
background-color: #724CDA;
}
</style>
border-color css
<style>
span { border-color: #724CDA; }
span { border-color: rgb(114,76,218); }
td.TdClassName
{
border-color: #724CDA;
}
.TagClassName
{
border-color: #724CDA;
}
</style>