Shades of Slate Blue #7253E0
Tints of Slate Blue #7253E0
RGB
CMYK
RGB Variations
Color information
#7253E0 (or 0x7253E0) is known color: Slate Blue. HEX triplet: 72, 53 and E0. RGB value is (114,83,224). Sum of RGB (Red+Green+Blue) = 114+83+224=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #7253E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253E0 is #8DAC1F. Grayscale: #6B6B6B. Windows color (decimal): -9284640 or 14701426. OLE color: 14701426.
HSL color Cylindrical-coordinate representation of color #7253E0: hue angle of 253.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7253E0 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 83 | 224 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.12 |
| HSL | 253.19º | 0.69% | 0.6% | - |
| HSV(B) | 253.19º | 0.63% | 0.88% | - |
| XYZ | 23.49 | 15.15 | 72.21 | - |
| YUV | 108.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 224 | 0.49 | 0.63 | 0 | 0.12 | 253.19 | 0.69 | 0.6 |
| Hex | 72 | 53 | E0 | 31 | 3F | 0 | C | FD | 45 | 3C |
| Octal | 162 | 123 | 340 | 61 | 77 | 0 | 14 | 375 | 105 | 74 |
| Binary | 1110010 | 1010011 | 11100000 | 110001 | 111111 | 0 | 1100 | 11111101 | 1000101 | 111100 |
Color Harmonies of #7253E0
Complementary color
Monochromatic Colors of #7253E0
Black with #7253E0
Text Example
Text Example
White with #7253E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253E0; }
p { color: rgb(114,83,224); }
H1.HeaderClassName
{
color: #7253E0;
}
.AnyTagClassName
{
color: #7253E0;
}
</style>
background-color css
<style>
a { background-color: #7253E0; }
a { background-color: rgb(114,83,224); }
div.DivClassName
{
background-color: #7253E0;
}
.BgClassName
{
background-color: #7253E0;
}
</style>
border-color css
<style>
span { border-color: #7253E0; }
span { border-color: rgb(114,83,224); }
td.TdClassName
{
border-color: #7253E0;
}
.TagClassName
{
border-color: #7253E0;
}
</style>