Shades of Slate Blue #7252CA
Tints of Slate Blue #7252CA
RGB
CMYK
RGB Variations
Color information
#7252CA (or 0x7252CA) is known color: Slate Blue. HEX triplet: 72, 52 and CA. RGB value is (114,82,202). Sum of RGB (Red+Green+Blue) = 114+82+202=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #7252CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252CA is #8DAD35. Grayscale: #686868. Windows color (decimal): -9284918 or 13259378. OLE color: 13259378.
HSL color Cylindrical-coordinate representation of color #7252CA: hue angle of 256º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7252CA is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 82 | 202 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.21 |
| HSL | 256º | 0.53% | 0.56% | - |
| HSV(B) | 256º | 0.59% | 0.79% | - |
| XYZ | 20.62 | 13.88 | 57.47 | - |
| YUV | 105.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 202 | 0.44 | 0.59 | 0 | 0.21 | 256 | 0.53 | 0.56 |
| Hex | 72 | 52 | CA | 2C | 3B | 0 | 15 | 100 | 35 | 38 |
| Octal | 162 | 122 | 312 | 54 | 73 | 0 | 25 | 400 | 65 | 70 |
| Binary | 1110010 | 1010010 | 11001010 | 101100 | 111011 | 0 | 10101 | 100000000 | 110101 | 111000 |
Color Harmonies of #7252CA
Complementary color
Monochromatic Colors of #7252CA
Black with #7252CA
Text Example
Text Example
White with #7252CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7252CA; }
p { color: rgb(114,82,202); }
H1.HeaderClassName
{
color: #7252CA;
}
.AnyTagClassName
{
color: #7252CA;
}
</style>
background-color css
<style>
a { background-color: #7252CA; }
a { background-color: rgb(114,82,202); }
div.DivClassName
{
background-color: #7252CA;
}
.BgClassName
{
background-color: #7252CA;
}
</style>
border-color css
<style>
span { border-color: #7252CA; }
span { border-color: rgb(114,82,202); }
td.TdClassName
{
border-color: #7252CA;
}
.TagClassName
{
border-color: #7252CA;
}
</style>