Shades of Slate Blue #7259C4
Tints of Slate Blue #7259C4
RGB
CMYK
RGB Variations
Color information
#7259C4 (or 0x7259C4) is known color: Slate Blue. HEX triplet: 72, 59 and C4. RGB value is (114,89,196). Sum of RGB (Red+Green+Blue) = 114+89+196=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #7259C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259C4 is #8DA63B. Grayscale: #6C6C6C. Windows color (decimal): -9283132 or 12867954. OLE color: 12867954.
HSL color Cylindrical-coordinate representation of color #7259C4: hue angle of 254.02º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7259C4 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 89 | 196 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.23 |
| HSL | 254.02º | 0.48% | 0.56% | - |
| HSV(B) | 254.02º | 0.55% | 0.77% | - |
| XYZ | 20.48 | 14.71 | 53.98 | - |
| YUV | 108.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 196 | 0.42 | 0.55 | 0 | 0.23 | 254.02 | 0.48 | 0.56 |
| Hex | 72 | 59 | C4 | 2A | 37 | 0 | 17 | FE | 30 | 38 |
| Octal | 162 | 131 | 304 | 52 | 67 | 0 | 27 | 376 | 60 | 70 |
| Binary | 1110010 | 1011001 | 11000100 | 101010 | 110111 | 0 | 10111 | 11111110 | 110000 | 111000 |
Color Harmonies of #7259C4
Complementary color
Monochromatic Colors of #7259C4
Black with #7259C4
Text Example
Text Example
White with #7259C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259C4; }
p { color: rgb(114,89,196); }
H1.HeaderClassName
{
color: #7259C4;
}
.AnyTagClassName
{
color: #7259C4;
}
</style>
background-color css
<style>
a { background-color: #7259C4; }
a { background-color: rgb(114,89,196); }
div.DivClassName
{
background-color: #7259C4;
}
.BgClassName
{
background-color: #7259C4;
}
</style>
border-color css
<style>
span { border-color: #7259C4; }
span { border-color: rgb(114,89,196); }
td.TdClassName
{
border-color: #7259C4;
}
.TagClassName
{
border-color: #7259C4;
}
</style>