Shades of Slate Blue #7249DA
Tints of Slate Blue #7249DA
RGB
CMYK
RGB Variations
Color information
#7249DA (or 0x7249DA) is known color: Slate Blue. HEX triplet: 72, 49 and DA. RGB value is (114,73,218). Sum of RGB (Red+Green+Blue) = 114+73+218=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #7249DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249DA is #8DB625. Grayscale: #656565. Windows color (decimal): -9287206 or 14305650. OLE color: 14305650.
HSL color Cylindrical-coordinate representation of color #7249DA: hue angle of 256.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7249DA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 73 | 218 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.15 |
| HSL | 256.97º | 0.66% | 0.57% | - |
| HSV(B) | 256.97º | 0.67% | 0.85% | - |
| XYZ | 21.98 | 13.4 | 67.76 | - |
| YUV | 101.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 218 | 0.48 | 0.67 | 0 | 0.15 | 256.97 | 0.66 | 0.57 |
| Hex | 72 | 49 | DA | 30 | 43 | 0 | F | 101 | 42 | 39 |
| Octal | 162 | 111 | 332 | 60 | 103 | 0 | 17 | 401 | 102 | 71 |
| Binary | 1110010 | 1001001 | 11011010 | 110000 | 1000011 | 0 | 1111 | 100000001 | 1000010 | 111001 |
Color Harmonies of #7249DA
Complementary color
Monochromatic Colors of #7249DA
Black with #7249DA
Text Example
Text Example
White with #7249DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7249DA; }
p { color: rgb(114,73,218); }
H1.HeaderClassName
{
color: #7249DA;
}
.AnyTagClassName
{
color: #7249DA;
}
</style>
background-color css
<style>
a { background-color: #7249DA; }
a { background-color: rgb(114,73,218); }
div.DivClassName
{
background-color: #7249DA;
}
.BgClassName
{
background-color: #7249DA;
}
</style>
border-color css
<style>
span { border-color: #7249DA; }
span { border-color: rgb(114,73,218); }
td.TdClassName
{
border-color: #7249DA;
}
.TagClassName
{
border-color: #7249DA;
}
</style>