Shades of Slate Blue #7248DA
Tints of Slate Blue #7248DA
RGB
CMYK
RGB Variations
Color information
#7248DA (or 0x7248DA) is known color: Slate Blue. HEX triplet: 72, 48 and DA. RGB value is (114,72,218). Sum of RGB (Red+Green+Blue) = 114+72+218=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #7248DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248DA is #8DB725. Grayscale: #646464. Windows color (decimal): -9287462 or 14305394. OLE color: 14305394.
HSL color Cylindrical-coordinate representation of color #7248DA: hue angle of 257.26º 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 #7248DA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 72 | 218 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.15 |
| HSL | 257.26º | 0.66% | 0.57% | - |
| HSV(B) | 257.26º | 0.67% | 0.85% | - |
| XYZ | 21.91 | 13.27 | 67.74 | - |
| YUV | 101.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 218 | 0.48 | 0.67 | 0 | 0.15 | 257.26 | 0.66 | 0.57 |
| Hex | 72 | 48 | DA | 30 | 43 | 0 | F | 101 | 42 | 39 |
| Octal | 162 | 110 | 332 | 60 | 103 | 0 | 17 | 401 | 102 | 71 |
| Binary | 1110010 | 1001000 | 11011010 | 110000 | 1000011 | 0 | 1111 | 100000001 | 1000010 | 111001 |
Color Harmonies of #7248DA
Complementary color
Monochromatic Colors of #7248DA
Black with #7248DA
Text Example
Text Example
White with #7248DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7248DA; }
p { color: rgb(114,72,218); }
H1.HeaderClassName
{
color: #7248DA;
}
.AnyTagClassName
{
color: #7248DA;
}
</style>
background-color css
<style>
a { background-color: #7248DA; }
a { background-color: rgb(114,72,218); }
div.DivClassName
{
background-color: #7248DA;
}
.BgClassName
{
background-color: #7248DA;
}
</style>
border-color css
<style>
span { border-color: #7248DA; }
span { border-color: rgb(114,72,218); }
td.TdClassName
{
border-color: #7248DA;
}
.TagClassName
{
border-color: #7248DA;
}
</style>