Shades of Slate Blue #7256DB
Tints of Slate Blue #7256DB
RGB
CMYK
RGB Variations
Color information
#7256DB (or 0x7256DB) is known color: Slate Blue. HEX triplet: 72, 56 and DB. RGB value is (114,86,219). Sum of RGB (Red+Green+Blue) = 114+86+219=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #7256DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256DB is #8DA924. Grayscale: #6D6D6D. Windows color (decimal): -9283877 or 14374514. OLE color: 14374514.
HSL color Cylindrical-coordinate representation of color #7256DB: hue angle of 252.63º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7256DB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 86 | 219 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.14 |
| HSL | 252.63º | 0.65% | 0.6% | - |
| HSV(B) | 252.63º | 0.61% | 0.86% | - |
| XYZ | 23.05 | 15.35 | 68.77 | - |
| YUV | 109.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 219 | 0.48 | 0.61 | 0 | 0.14 | 252.63 | 0.65 | 0.6 |
| Hex | 72 | 56 | DB | 30 | 3D | 0 | E | FD | 41 | 3C |
| Octal | 162 | 126 | 333 | 60 | 75 | 0 | 16 | 375 | 101 | 74 |
| Binary | 1110010 | 1010110 | 11011011 | 110000 | 111101 | 0 | 1110 | 11111101 | 1000001 | 111100 |
Color Harmonies of #7256DB
Complementary color
Monochromatic Colors of #7256DB
Black with #7256DB
Text Example
Text Example
White with #7256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256DB; }
p { color: rgb(114,86,219); }
H1.HeaderClassName
{
color: #7256DB;
}
.AnyTagClassName
{
color: #7256DB;
}
</style>
background-color css
<style>
a { background-color: #7256DB; }
a { background-color: rgb(114,86,219); }
div.DivClassName
{
background-color: #7256DB;
}
.BgClassName
{
background-color: #7256DB;
}
</style>
border-color css
<style>
span { border-color: #7256DB; }
span { border-color: rgb(114,86,219); }
td.TdClassName
{
border-color: #7256DB;
}
.TagClassName
{
border-color: #7256DB;
}
</style>