Shades of Slate Blue #7259D7
Tints of Slate Blue #7259D7
RGB
CMYK
RGB Variations
Color information
#7259D7 (or 0x7259D7) is known color: Slate Blue. HEX triplet: 72, 59 and D7. RGB value is (114,89,215). Sum of RGB (Red+Green+Blue) = 114+89+215=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #7259D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259D7 is #8DA628. Grayscale: #6E6E6E. Windows color (decimal): -9283113 or 14113138. OLE color: 14113138.
HSL color Cylindrical-coordinate representation of color #7259D7: hue angle of 251.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7259D7 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 89 | 215 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.16 |
| HSL | 251.9º | 0.61% | 0.6% | - |
| HSV(B) | 251.9º | 0.59% | 0.84% | - |
| XYZ | 22.78 | 15.63 | 66.11 | - |
| YUV | 110.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 215 | 0.47 | 0.59 | 0 | 0.16 | 251.9 | 0.61 | 0.6 |
| Hex | 72 | 59 | D7 | 2F | 3B | 0 | 10 | FC | 3D | 3C |
| Octal | 162 | 131 | 327 | 57 | 73 | 0 | 20 | 374 | 75 | 74 |
| Binary | 1110010 | 1011001 | 11010111 | 101111 | 111011 | 0 | 10000 | 11111100 | 111101 | 111100 |
Color Harmonies of #7259D7
Complementary color
Monochromatic Colors of #7259D7
Black with #7259D7
Text Example
Text Example
White with #7259D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259D7; }
p { color: rgb(114,89,215); }
H1.HeaderClassName
{
color: #7259D7;
}
.AnyTagClassName
{
color: #7259D7;
}
</style>
background-color css
<style>
a { background-color: #7259D7; }
a { background-color: rgb(114,89,215); }
div.DivClassName
{
background-color: #7259D7;
}
.BgClassName
{
background-color: #7259D7;
}
</style>
border-color css
<style>
span { border-color: #7259D7; }
span { border-color: rgb(114,89,215); }
td.TdClassName
{
border-color: #7259D7;
}
.TagClassName
{
border-color: #7259D7;
}
</style>