Shades of Slate Blue #7F52DD
Tints of Slate Blue #7F52DD
RGB
CMYK
RGB Variations
Color information
#7F52DD (or 0x7F52DD) is known color: Slate Blue. HEX triplet: 7F, 52 and DD. RGB value is (127,82,221). Sum of RGB (Red+Green+Blue) = 127+82+221=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52DD is #80AD22. Grayscale: #6E6E6E. Windows color (decimal): -8432931 or 14504575. OLE color: 14504575.
HSL color Cylindrical-coordinate representation of color #7F52DD: hue angle of 259.42º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F52DD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 82 | 221 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.13 |
| HSL | 259.42º | 0.67% | 0.59% | - |
| HSV(B) | 259.42º | 0.63% | 0.87% | - |
| XYZ | 24.82 | 15.77 | 70.14 | - |
| YUV | 111.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 221 | 0.43 | 0.63 | 0 | 0.13 | 259.42 | 0.67 | 0.59 |
| Hex | 7F | 52 | DD | 2B | 3F | 0 | D | 103 | 43 | 3B |
| Octal | 177 | 122 | 335 | 53 | 77 | 0 | 15 | 403 | 103 | 73 |
| Binary | 1111111 | 1010010 | 11011101 | 101011 | 111111 | 0 | 1101 | 100000011 | 1000011 | 111011 |
Color Harmonies of #7F52DD
Complementary color
Monochromatic Colors of #7F52DD
Black with #7F52DD
Text Example
Text Example
White with #7F52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F52DD; }
p { color: rgb(127,82,221); }
H1.HeaderClassName
{
color: #7F52DD;
}
.AnyTagClassName
{
color: #7F52DD;
}
</style>
background-color css
<style>
a { background-color: #7F52DD; }
a { background-color: rgb(127,82,221); }
div.DivClassName
{
background-color: #7F52DD;
}
.BgClassName
{
background-color: #7F52DD;
}
</style>
border-color css
<style>
span { border-color: #7F52DD; }
span { border-color: rgb(127,82,221); }
td.TdClassName
{
border-color: #7F52DD;
}
.TagClassName
{
border-color: #7F52DD;
}
</style>