Shades of Slate Blue #7259C3
Tints of Slate Blue #7259C3
RGB
CMYK
RGB Variations
Color information
#7259C3 (or 0x7259C3) is known color: Slate Blue. HEX triplet: 72, 59 and C3. RGB value is (114,89,195). Sum of RGB (Red+Green+Blue) = 114+89+195=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #7259C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259C3 is #8DA63C. Grayscale: #6C6C6C. Windows color (decimal): -9283133 or 12802418. OLE color: 12802418.
HSL color Cylindrical-coordinate representation of color #7259C3: hue angle of 254.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7259C3 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 89 | 195 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.24 |
| HSL | 254.15º | 0.47% | 0.56% | - |
| HSV(B) | 254.15º | 0.54% | 0.76% | - |
| XYZ | 20.36 | 14.66 | 53.39 | - |
| YUV | 108.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 195 | 0.42 | 0.54 | 0 | 0.24 | 254.15 | 0.47 | 0.56 |
| Hex | 72 | 59 | C3 | 2A | 36 | 0 | 18 | FE | 2F | 38 |
| Octal | 162 | 131 | 303 | 52 | 66 | 0 | 30 | 376 | 57 | 70 |
| Binary | 1110010 | 1011001 | 11000011 | 101010 | 110110 | 0 | 11000 | 11111110 | 101111 | 111000 |
Color Harmonies of #7259C3
Complementary color
Monochromatic Colors of #7259C3
Black with #7259C3
Text Example
Text Example
White with #7259C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259C3; }
p { color: rgb(114,89,195); }
H1.HeaderClassName
{
color: #7259C3;
}
.AnyTagClassName
{
color: #7259C3;
}
</style>
background-color css
<style>
a { background-color: #7259C3; }
a { background-color: rgb(114,89,195); }
div.DivClassName
{
background-color: #7259C3;
}
.BgClassName
{
background-color: #7259C3;
}
</style>
border-color css
<style>
span { border-color: #7259C3; }
span { border-color: rgb(114,89,195); }
td.TdClassName
{
border-color: #7259C3;
}
.TagClassName
{
border-color: #7259C3;
}
</style>