Shades of Slate Blue #7D52CF
Tints of Slate Blue #7D52CF
RGB
CMYK
RGB Variations
Color information
#7D52CF (or 0x7D52CF) is known color: Slate Blue. HEX triplet: 7D, 52 and CF. RGB value is (125,82,207). Sum of RGB (Red+Green+Blue) = 125+82+207=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52CF is #82AD30. Grayscale: #6C6C6C. Windows color (decimal): -8564017 or 13587069. OLE color: 13587069.
HSL color Cylindrical-coordinate representation of color #7D52CF: hue angle of 260.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D52CF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 82 | 207 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.19 |
| HSL | 260.64º | 0.57% | 0.57% | - |
| HSV(B) | 260.64º | 0.6% | 0.81% | - |
| XYZ | 22.74 | 14.9 | 60.71 | - |
| YUV | 109.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 207 | 0.40 | 0.60 | 0 | 0.19 | 260.64 | 0.57 | 0.57 |
| Hex | 7D | 52 | CF | 28 | 3C | 0 | 13 | 105 | 39 | 39 |
| Octal | 175 | 122 | 317 | 50 | 74 | 0 | 23 | 405 | 71 | 71 |
| Binary | 1111101 | 1010010 | 11001111 | 101000 | 111100 | 0 | 10011 | 100000101 | 111001 | 111001 |
Color Harmonies of #7D52CF
Complementary color
Monochromatic Colors of #7D52CF
Black with #7D52CF
Text Example
Text Example
White with #7D52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D52CF; }
p { color: rgb(125,82,207); }
H1.HeaderClassName
{
color: #7D52CF;
}
.AnyTagClassName
{
color: #7D52CF;
}
</style>
background-color css
<style>
a { background-color: #7D52CF; }
a { background-color: rgb(125,82,207); }
div.DivClassName
{
background-color: #7D52CF;
}
.BgClassName
{
background-color: #7D52CF;
}
</style>
border-color css
<style>
span { border-color: #7D52CF; }
span { border-color: rgb(125,82,207); }
td.TdClassName
{
border-color: #7D52CF;
}
.TagClassName
{
border-color: #7D52CF;
}
</style>