Shades of Slate Blue #7251DF
Tints of Slate Blue #7251DF
RGB
CMYK
RGB Variations
Color information
#7251DF (or 0x7251DF) is known color: Slate Blue. HEX triplet: 72, 51 and DF. RGB value is (114,81,223). Sum of RGB (Red+Green+Blue) = 114+81+223=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #7251DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251DF is #8DAE20. Grayscale: #6A6A6A. Windows color (decimal): -9285153 or 14635378. OLE color: 14635378.
HSL color Cylindrical-coordinate representation of color #7251DF: hue angle of 253.94º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7251DF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 81 | 223 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.13 |
| HSL | 253.94º | 0.69% | 0.6% | - |
| HSV(B) | 253.94º | 0.64% | 0.87% | - |
| XYZ | 23.2 | 14.79 | 71.44 | - |
| YUV | 107.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 223 | 0.49 | 0.64 | 0 | 0.13 | 253.94 | 0.69 | 0.6 |
| Hex | 72 | 51 | DF | 31 | 40 | 0 | D | FE | 45 | 3C |
| Octal | 162 | 121 | 337 | 61 | 100 | 0 | 15 | 376 | 105 | 74 |
| Binary | 1110010 | 1010001 | 11011111 | 110001 | 1000000 | 0 | 1101 | 11111110 | 1000101 | 111100 |
Color Harmonies of #7251DF
Complementary color
Monochromatic Colors of #7251DF
Black with #7251DF
Text Example
Text Example
White with #7251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251DF; }
p { color: rgb(114,81,223); }
H1.HeaderClassName
{
color: #7251DF;
}
.AnyTagClassName
{
color: #7251DF;
}
</style>
background-color css
<style>
a { background-color: #7251DF; }
a { background-color: rgb(114,81,223); }
div.DivClassName
{
background-color: #7251DF;
}
.BgClassName
{
background-color: #7251DF;
}
</style>
border-color css
<style>
span { border-color: #7251DF; }
span { border-color: rgb(114,81,223); }
td.TdClassName
{
border-color: #7251DF;
}
.TagClassName
{
border-color: #7251DF;
}
</style>