Shades of Slate Blue #7251C0
Tints of Slate Blue #7251C0
RGB
CMYK
RGB Variations
Color information
#7251C0 (or 0x7251C0) is known color: Slate Blue. HEX triplet: 72, 51 and C0. RGB value is (114,81,192). Sum of RGB (Red+Green+Blue) = 114+81+192=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #7251C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251C0 is #8DAE3F. Grayscale: #676767. Windows color (decimal): -9285184 or 12603762. OLE color: 12603762.
HSL color Cylindrical-coordinate representation of color #7251C0: hue angle of 257.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7251C0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 81 | 192 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.25 |
| HSL | 257.84º | 0.47% | 0.54% | - |
| HSV(B) | 257.84º | 0.58% | 0.75% | - |
| XYZ | 19.4 | 13.27 | 51.41 | - |
| YUV | 103.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 192 | 0.41 | 0.58 | 0 | 0.25 | 257.84 | 0.47 | 0.54 |
| Hex | 72 | 51 | C0 | 29 | 3A | 0 | 19 | 102 | 2F | 36 |
| Octal | 162 | 121 | 300 | 51 | 72 | 0 | 31 | 402 | 57 | 66 |
| Binary | 1110010 | 1010001 | 11000000 | 101001 | 111010 | 0 | 11001 | 100000010 | 101111 | 110110 |
Color Harmonies of #7251C0
Complementary color
Monochromatic Colors of #7251C0
Black with #7251C0
Text Example
Text Example
White with #7251C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251C0; }
p { color: rgb(114,81,192); }
H1.HeaderClassName
{
color: #7251C0;
}
.AnyTagClassName
{
color: #7251C0;
}
</style>
background-color css
<style>
a { background-color: #7251C0; }
a { background-color: rgb(114,81,192); }
div.DivClassName
{
background-color: #7251C0;
}
.BgClassName
{
background-color: #7251C0;
}
</style>
border-color css
<style>
span { border-color: #7251C0; }
span { border-color: rgb(114,81,192); }
td.TdClassName
{
border-color: #7251C0;
}
.TagClassName
{
border-color: #7251C0;
}
</style>