Shades of Slate Blue #7253CA
Tints of Slate Blue #7253CA
RGB
CMYK
RGB Variations
Color information
#7253CA (or 0x7253CA) is known color: Slate Blue. HEX triplet: 72, 53 and CA. RGB value is (114,83,202). Sum of RGB (Red+Green+Blue) = 114+83+202=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7253CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253CA is #8DAC35. Grayscale: #696969. Windows color (decimal): -9284662 or 13259634. OLE color: 13259634.
HSL color Cylindrical-coordinate representation of color #7253CA: hue angle of 255.63º 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 #7253CA is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 83 | 202 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.21 |
| HSL | 255.63º | 0.53% | 0.56% | - |
| HSV(B) | 255.63º | 0.59% | 0.79% | - |
| XYZ | 20.69 | 14.03 | 57.49 | - |
| YUV | 105.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 202 | 0.44 | 0.59 | 0 | 0.21 | 255.63 | 0.53 | 0.56 |
| Hex | 72 | 53 | CA | 2C | 3B | 0 | 15 | 100 | 35 | 38 |
| Octal | 162 | 123 | 312 | 54 | 73 | 0 | 25 | 400 | 65 | 70 |
| Binary | 1110010 | 1010011 | 11001010 | 101100 | 111011 | 0 | 10101 | 100000000 | 110101 | 111000 |
Color Harmonies of #7253CA
Complementary color
Monochromatic Colors of #7253CA
Black with #7253CA
Text Example
Text Example
White with #7253CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253CA; }
p { color: rgb(114,83,202); }
H1.HeaderClassName
{
color: #7253CA;
}
.AnyTagClassName
{
color: #7253CA;
}
</style>
background-color css
<style>
a { background-color: #7253CA; }
a { background-color: rgb(114,83,202); }
div.DivClassName
{
background-color: #7253CA;
}
.BgClassName
{
background-color: #7253CA;
}
</style>
border-color css
<style>
span { border-color: #7253CA; }
span { border-color: rgb(114,83,202); }
td.TdClassName
{
border-color: #7253CA;
}
.TagClassName
{
border-color: #7253CA;
}
</style>