Shades of Slate Blue #7D5FD6
Tints of Slate Blue #7D5FD6
RGB
CMYK
RGB Variations
Color information
#7D5FD6 (or 0x7D5FD6) is known color: Slate Blue. HEX triplet: 7D, 5F and D6. RGB value is (125,95,214). Sum of RGB (Red+Green+Blue) = 125+95+214=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D5FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FD6 is #82A029. Grayscale: #757575. Windows color (decimal): -8560682 or 14049149. OLE color: 14049149.
HSL color Cylindrical-coordinate representation of color #7D5FD6: hue angle of 255.13º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D5FD6 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 95 | 214 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.16 |
| HSL | 255.13º | 0.59% | 0.61% | - |
| HSV(B) | 255.13º | 0.56% | 0.84% | - |
| XYZ | 24.69 | 17.4 | 65.68 | - |
| YUV | 117.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 214 | 0.42 | 0.56 | 0 | 0.16 | 255.13 | 0.59 | 0.61 |
| Hex | 7D | 5F | D6 | 2A | 38 | 0 | 10 | FF | 3B | 3D |
| Octal | 175 | 137 | 326 | 52 | 70 | 0 | 20 | 377 | 73 | 75 |
| Binary | 1111101 | 1011111 | 11010110 | 101010 | 111000 | 0 | 10000 | 11111111 | 111011 | 111101 |
Color Harmonies of #7D5FD6
Complementary color
Monochromatic Colors of #7D5FD6
Black with #7D5FD6
Text Example
Text Example
White with #7D5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5FD6; }
p { color: rgb(125,95,214); }
H1.HeaderClassName
{
color: #7D5FD6;
}
.AnyTagClassName
{
color: #7D5FD6;
}
</style>
background-color css
<style>
a { background-color: #7D5FD6; }
a { background-color: rgb(125,95,214); }
div.DivClassName
{
background-color: #7D5FD6;
}
.BgClassName
{
background-color: #7D5FD6;
}
</style>
border-color css
<style>
span { border-color: #7D5FD6; }
span { border-color: rgb(125,95,214); }
td.TdClassName
{
border-color: #7D5FD6;
}
.TagClassName
{
border-color: #7D5FD6;
}
</style>