Shades of Slate Blue #7251CA
Tints of Slate Blue #7251CA
RGB
CMYK
RGB Variations
Color information
#7251CA (or 0x7251CA) is known color: Slate Blue. HEX triplet: 72, 51 and CA. RGB value is (114,81,202). Sum of RGB (Red+Green+Blue) = 114+81+202=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #7251CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251CA is #8DAE35. Grayscale: #686868. Windows color (decimal): -9285174 or 13259122. OLE color: 13259122.
HSL color Cylindrical-coordinate representation of color #7251CA: hue angle of 256.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7251CA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 81 | 202 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.21 |
| HSL | 256.36º | 0.53% | 0.55% | - |
| HSV(B) | 256.36º | 0.6% | 0.79% | - |
| XYZ | 20.54 | 13.73 | 57.44 | - |
| YUV | 104.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 202 | 0.44 | 0.60 | 0 | 0.21 | 256.36 | 0.53 | 0.55 |
| Hex | 72 | 51 | CA | 2C | 3C | 0 | 15 | 100 | 35 | 37 |
| Octal | 162 | 121 | 312 | 54 | 74 | 0 | 25 | 400 | 65 | 67 |
| Binary | 1110010 | 1010001 | 11001010 | 101100 | 111100 | 0 | 10101 | 100000000 | 110101 | 110111 |
Color Harmonies of #7251CA
Complementary color
Monochromatic Colors of #7251CA
Black with #7251CA
Text Example
Text Example
White with #7251CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251CA; }
p { color: rgb(114,81,202); }
H1.HeaderClassName
{
color: #7251CA;
}
.AnyTagClassName
{
color: #7251CA;
}
</style>
background-color css
<style>
a { background-color: #7251CA; }
a { background-color: rgb(114,81,202); }
div.DivClassName
{
background-color: #7251CA;
}
.BgClassName
{
background-color: #7251CA;
}
</style>
border-color css
<style>
span { border-color: #7251CA; }
span { border-color: rgb(114,81,202); }
td.TdClassName
{
border-color: #7251CA;
}
.TagClassName
{
border-color: #7251CA;
}
</style>