Shades of Slate Blue #7D57CF
Tints of Slate Blue #7D57CF
RGB
CMYK
RGB Variations
Color information
#7D57CF (or 0x7D57CF) is known color: Slate Blue. HEX triplet: 7D, 57 and CF. RGB value is (125,87,207). Sum of RGB (Red+Green+Blue) = 125+87+207=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57CF is #82A830. Grayscale: #6F6F6F. Windows color (decimal): -8562737 or 13588349. OLE color: 13588349.
HSL color Cylindrical-coordinate representation of color #7D57CF: hue angle of 259º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D57CF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 87 | 207 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.19 |
| HSL | 259º | 0.56% | 0.58% | - |
| HSV(B) | 259º | 0.58% | 0.81% | - |
| XYZ | 23.13 | 15.68 | 60.84 | - |
| YUV | 112.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 207 | 0.40 | 0.58 | 0 | 0.19 | 259 | 0.56 | 0.58 |
| Hex | 7D | 57 | CF | 28 | 3A | 0 | 13 | 103 | 38 | 3A |
| Octal | 175 | 127 | 317 | 50 | 72 | 0 | 23 | 403 | 70 | 72 |
| Binary | 1111101 | 1010111 | 11001111 | 101000 | 111010 | 0 | 10011 | 100000011 | 111000 | 111010 |
Color Harmonies of #7D57CF
Complementary color
Monochromatic Colors of #7D57CF
Black with #7D57CF
Text Example
Text Example
White with #7D57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57CF; }
p { color: rgb(125,87,207); }
H1.HeaderClassName
{
color: #7D57CF;
}
.AnyTagClassName
{
color: #7D57CF;
}
</style>
background-color css
<style>
a { background-color: #7D57CF; }
a { background-color: rgb(125,87,207); }
div.DivClassName
{
background-color: #7D57CF;
}
.BgClassName
{
background-color: #7D57CF;
}
</style>
border-color css
<style>
span { border-color: #7D57CF; }
span { border-color: rgb(125,87,207); }
td.TdClassName
{
border-color: #7D57CF;
}
.TagClassName
{
border-color: #7D57CF;
}
</style>