Shades of Slate Blue #7246DC
Tints of Slate Blue #7246DC
RGB
CMYK
RGB Variations
Color information
#7246DC (or 0x7246DC) is known color: Slate Blue. HEX triplet: 72, 46 and DC. RGB value is (114,70,220). Sum of RGB (Red+Green+Blue) = 114+70+220=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7246DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7246DC is #8DB923. Grayscale: #636363. Windows color (decimal): -9287972 or 14435954. OLE color: 14435954.
HSL color Cylindrical-coordinate representation of color #7246DC: hue angle of 257.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7246DC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 70 | 220 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.14 |
| HSL | 257.6º | 0.68% | 0.57% | - |
| HSV(B) | 257.6º | 0.68% | 0.86% | - |
| XYZ | 22.05 | 13.13 | 69.08 | - |
| YUV | 100.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 220 | 0.48 | 0.68 | 0 | 0.14 | 257.6 | 0.68 | 0.57 |
| Hex | 72 | 46 | DC | 30 | 44 | 0 | E | 102 | 44 | 39 |
| Octal | 162 | 106 | 334 | 60 | 104 | 0 | 16 | 402 | 104 | 71 |
| Binary | 1110010 | 1000110 | 11011100 | 110000 | 1000100 | 0 | 1110 | 100000010 | 1000100 | 111001 |
Color Harmonies of #7246DC
Complementary color
Monochromatic Colors of #7246DC
Black with #7246DC
Text Example
Text Example
White with #7246DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7246DC; }
p { color: rgb(114,70,220); }
H1.HeaderClassName
{
color: #7246DC;
}
.AnyTagClassName
{
color: #7246DC;
}
</style>
background-color css
<style>
a { background-color: #7246DC; }
a { background-color: rgb(114,70,220); }
div.DivClassName
{
background-color: #7246DC;
}
.BgClassName
{
background-color: #7246DC;
}
</style>
border-color css
<style>
span { border-color: #7246DC; }
span { border-color: rgb(114,70,220); }
td.TdClassName
{
border-color: #7246DC;
}
.TagClassName
{
border-color: #7246DC;
}
</style>