Shades of Slate Blue #7153D6
Tints of Slate Blue #7153D6
RGB
CMYK
RGB Variations
Color information
#7153D6 (or 0x7153D6) is known color: Slate Blue. HEX triplet: 71, 53 and D6. RGB value is (113,83,214). Sum of RGB (Red+Green+Blue) = 113+83+214=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #7153D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153D6 is #8EAC29. Grayscale: #6A6A6A. Windows color (decimal): -9350186 or 14046065. OLE color: 14046065.
HSL color Cylindrical-coordinate representation of color #7153D6: hue angle of 253.74º 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 #7153D6 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 83 | 214 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.16 |
| HSL | 253.74º | 0.62% | 0.58% | - |
| HSV(B) | 253.74º | 0.61% | 0.84% | - |
| XYZ | 22.04 | 14.55 | 65.27 | - |
| YUV | 106.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 214 | 0.47 | 0.61 | 0 | 0.16 | 253.74 | 0.62 | 0.58 |
| Hex | 71 | 53 | D6 | 2F | 3D | 0 | 10 | FE | 3E | 3A |
| Octal | 161 | 123 | 326 | 57 | 75 | 0 | 20 | 376 | 76 | 72 |
| Binary | 1110001 | 1010011 | 11010110 | 101111 | 111101 | 0 | 10000 | 11111110 | 111110 | 111010 |
Color Harmonies of #7153D6
Complementary color
Monochromatic Colors of #7153D6
Black with #7153D6
Text Example
Text Example
White with #7153D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153D6; }
p { color: rgb(113,83,214); }
H1.HeaderClassName
{
color: #7153D6;
}
.AnyTagClassName
{
color: #7153D6;
}
</style>
background-color css
<style>
a { background-color: #7153D6; }
a { background-color: rgb(113,83,214); }
div.DivClassName
{
background-color: #7153D6;
}
.BgClassName
{
background-color: #7153D6;
}
</style>
border-color css
<style>
span { border-color: #7153D6; }
span { border-color: rgb(113,83,214); }
td.TdClassName
{
border-color: #7153D6;
}
.TagClassName
{
border-color: #7153D6;
}
</style>