Shades of Slate Blue #7251D6
Tints of Slate Blue #7251D6
RGB
CMYK
RGB Variations
Color information
#7251D6 (or 0x7251D6) is known color: Slate Blue. HEX triplet: 72, 51 and D6. RGB value is (114,81,214). Sum of RGB (Red+Green+Blue) = 114+81+214=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #7251D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251D6 is #8DAE29. Grayscale: #696969. Windows color (decimal): -9285162 or 14045554. OLE color: 14045554.
HSL color Cylindrical-coordinate representation of color #7251D6: hue angle of 254.89º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7251D6 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 81 | 214 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.16 |
| HSL | 254.89º | 0.62% | 0.58% | - |
| HSV(B) | 254.89º | 0.62% | 0.84% | - |
| XYZ | 22.02 | 14.32 | 65.22 | - |
| YUV | 106.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 214 | 0.47 | 0.62 | 0 | 0.16 | 254.89 | 0.62 | 0.58 |
| Hex | 72 | 51 | D6 | 2F | 3E | 0 | 10 | FF | 3E | 3A |
| Octal | 162 | 121 | 326 | 57 | 76 | 0 | 20 | 377 | 76 | 72 |
| Binary | 1110010 | 1010001 | 11010110 | 101111 | 111110 | 0 | 10000 | 11111111 | 111110 | 111010 |
Color Harmonies of #7251D6
Complementary color
Monochromatic Colors of #7251D6
Black with #7251D6
Text Example
Text Example
White with #7251D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251D6; }
p { color: rgb(114,81,214); }
H1.HeaderClassName
{
color: #7251D6;
}
.AnyTagClassName
{
color: #7251D6;
}
</style>
background-color css
<style>
a { background-color: #7251D6; }
a { background-color: rgb(114,81,214); }
div.DivClassName
{
background-color: #7251D6;
}
.BgClassName
{
background-color: #7251D6;
}
</style>
border-color css
<style>
span { border-color: #7251D6; }
span { border-color: rgb(114,81,214); }
td.TdClassName
{
border-color: #7251D6;
}
.TagClassName
{
border-color: #7251D6;
}
</style>