Shades of Slate Blue #7253D6
Tints of Slate Blue #7253D6
RGB
CMYK
RGB Variations
Color information
#7253D6 (or 0x7253D6) is known color: Slate Blue. HEX triplet: 72, 53 and D6. RGB value is (114,83,214). Sum of RGB (Red+Green+Blue) = 114+83+214=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #7253D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253D6 is #8DAC29. Grayscale: #6A6A6A. Windows color (decimal): -9284650 or 14046066. OLE color: 14046066.
HSL color Cylindrical-coordinate representation of color #7253D6: hue angle of 254.2º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7253D6 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 83 | 214 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.16 |
| HSL | 254.2º | 0.62% | 0.58% | - |
| HSV(B) | 254.2º | 0.61% | 0.84% | - |
| XYZ | 22.17 | 14.62 | 65.27 | - |
| YUV | 107.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 214 | 0.47 | 0.61 | 0 | 0.16 | 254.2 | 0.62 | 0.58 |
| Hex | 72 | 53 | D6 | 2F | 3D | 0 | 10 | FE | 3E | 3A |
| Octal | 162 | 123 | 326 | 57 | 75 | 0 | 20 | 376 | 76 | 72 |
| Binary | 1110010 | 1010011 | 11010110 | 101111 | 111101 | 0 | 10000 | 11111110 | 111110 | 111010 |
Color Harmonies of #7253D6
Complementary color
Monochromatic Colors of #7253D6
Black with #7253D6
Text Example
Text Example
White with #7253D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253D6; }
p { color: rgb(114,83,214); }
H1.HeaderClassName
{
color: #7253D6;
}
.AnyTagClassName
{
color: #7253D6;
}
</style>
background-color css
<style>
a { background-color: #7253D6; }
a { background-color: rgb(114,83,214); }
div.DivClassName
{
background-color: #7253D6;
}
.BgClassName
{
background-color: #7253D6;
}
</style>
border-color css
<style>
span { border-color: #7253D6; }
span { border-color: rgb(114,83,214); }
td.TdClassName
{
border-color: #7253D6;
}
.TagClassName
{
border-color: #7253D6;
}
</style>