Shades of Slate Blue #7253C4
Tints of Slate Blue #7253C4
RGB
CMYK
RGB Variations
Color information
#7253C4 (or 0x7253C4) is known color: Slate Blue. HEX triplet: 72, 53 and C4. RGB value is (114,83,196). Sum of RGB (Red+Green+Blue) = 114+83+196=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #7253C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253C4 is #8DAC3B. Grayscale: #686868. Windows color (decimal): -9284668 or 12866418. OLE color: 12866418.
HSL color Cylindrical-coordinate representation of color #7253C4: hue angle of 256.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7253C4 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 83 | 196 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.23 |
| HSL | 256.46º | 0.49% | 0.55% | - |
| HSV(B) | 256.46º | 0.58% | 0.77% | - |
| XYZ | 20 | 13.75 | 53.82 | - |
| YUV | 105.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 196 | 0.42 | 0.58 | 0 | 0.23 | 256.46 | 0.49 | 0.55 |
| Hex | 72 | 53 | C4 | 2A | 3A | 0 | 17 | 100 | 31 | 37 |
| Octal | 162 | 123 | 304 | 52 | 72 | 0 | 27 | 400 | 61 | 67 |
| Binary | 1110010 | 1010011 | 11000100 | 101010 | 111010 | 0 | 10111 | 100000000 | 110001 | 110111 |
Color Harmonies of #7253C4
Complementary color
Monochromatic Colors of #7253C4
Black with #7253C4
Text Example
Text Example
White with #7253C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253C4; }
p { color: rgb(114,83,196); }
H1.HeaderClassName
{
color: #7253C4;
}
.AnyTagClassName
{
color: #7253C4;
}
</style>
background-color css
<style>
a { background-color: #7253C4; }
a { background-color: rgb(114,83,196); }
div.DivClassName
{
background-color: #7253C4;
}
.BgClassName
{
background-color: #7253C4;
}
</style>
border-color css
<style>
span { border-color: #7253C4; }
span { border-color: rgb(114,83,196); }
td.TdClassName
{
border-color: #7253C4;
}
.TagClassName
{
border-color: #7253C4;
}
</style>