Shades of Slate Blue #7F52CF
Tints of Slate Blue #7F52CF
RGB
CMYK
RGB Variations
Color information
#7F52CF (or 0x7F52CF) is known color: Slate Blue. HEX triplet: 7F, 52 and CF. RGB value is (127,82,207). Sum of RGB (Red+Green+Blue) = 127+82+207=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52CF is #80AD30. Grayscale: #6D6D6D. Windows color (decimal): -8432945 or 13587071. OLE color: 13587071.
HSL color Cylindrical-coordinate representation of color #7F52CF: hue angle of 261.6º 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 #7F52CF is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 82 | 207 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.19 |
| HSL | 261.6º | 0.57% | 0.57% | - |
| HSV(B) | 261.6º | 0.6% | 0.81% | - |
| XYZ | 23.03 | 15.05 | 60.72 | - |
| YUV | 109.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 207 | 0.39 | 0.60 | 0 | 0.19 | 261.6 | 0.57 | 0.57 |
| Hex | 7F | 52 | CF | 27 | 3C | 0 | 13 | 106 | 39 | 39 |
| Octal | 177 | 122 | 317 | 47 | 74 | 0 | 23 | 406 | 71 | 71 |
| Binary | 1111111 | 1010010 | 11001111 | 100111 | 111100 | 0 | 10011 | 100000110 | 111001 | 111001 |
Color Harmonies of #7F52CF
Complementary color
Monochromatic Colors of #7F52CF
Black with #7F52CF
Text Example
Text Example
White with #7F52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F52CF; }
p { color: rgb(127,82,207); }
H1.HeaderClassName
{
color: #7F52CF;
}
.AnyTagClassName
{
color: #7F52CF;
}
</style>
background-color css
<style>
a { background-color: #7F52CF; }
a { background-color: rgb(127,82,207); }
div.DivClassName
{
background-color: #7F52CF;
}
.BgClassName
{
background-color: #7F52CF;
}
</style>
border-color css
<style>
span { border-color: #7F52CF; }
span { border-color: rgb(127,82,207); }
td.TdClassName
{
border-color: #7F52CF;
}
.TagClassName
{
border-color: #7F52CF;
}
</style>