Shades of Slate Blue #7D54D6
Tints of Slate Blue #7D54D6
RGB
CMYK
RGB Variations
Color information
#7D54D6 (or 0x7D54D6) is known color: Slate Blue. HEX triplet: 7D, 54 and D6. RGB value is (125,84,214). Sum of RGB (Red+Green+Blue) = 125+84+214=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D54D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54D6 is #82AB29. Grayscale: #6E6E6E. Windows color (decimal): -8563498 or 14046333. OLE color: 14046333.
HSL color Cylindrical-coordinate representation of color #7D54D6: hue angle of 258.92º degrees, saturation: 0.61, 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 #7D54D6 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 84 | 214 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.16 |
| HSL | 258.92º | 0.61% | 0.58% | - |
| HSV(B) | 258.92º | 0.61% | 0.84% | - |
| XYZ | 23.77 | 15.56 | 65.37 | - |
| YUV | 111.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 214 | 0.42 | 0.61 | 0 | 0.16 | 258.92 | 0.61 | 0.58 |
| Hex | 7D | 54 | D6 | 2A | 3D | 0 | 10 | 103 | 3D | 3A |
| Octal | 175 | 124 | 326 | 52 | 75 | 0 | 20 | 403 | 75 | 72 |
| Binary | 1111101 | 1010100 | 11010110 | 101010 | 111101 | 0 | 10000 | 100000011 | 111101 | 111010 |
Color Harmonies of #7D54D6
Complementary color
Monochromatic Colors of #7D54D6
Black with #7D54D6
Text Example
Text Example
White with #7D54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D54D6; }
p { color: rgb(125,84,214); }
H1.HeaderClassName
{
color: #7D54D6;
}
.AnyTagClassName
{
color: #7D54D6;
}
</style>
background-color css
<style>
a { background-color: #7D54D6; }
a { background-color: rgb(125,84,214); }
div.DivClassName
{
background-color: #7D54D6;
}
.BgClassName
{
background-color: #7D54D6;
}
</style>
border-color css
<style>
span { border-color: #7D54D6; }
span { border-color: rgb(125,84,214); }
td.TdClassName
{
border-color: #7D54D6;
}
.TagClassName
{
border-color: #7D54D6;
}
</style>