Shades of Slate Blue #7F54D8
Tints of Slate Blue #7F54D8
RGB
CMYK
RGB Variations
Color information
#7F54D8 (or 0x7F54D8) is known color: Slate Blue. HEX triplet: 7F, 54 and D8. RGB value is (127,84,216). Sum of RGB (Red+Green+Blue) = 127+84+216=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F54D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54D8 is #80AB27. Grayscale: #6F6F6F. Windows color (decimal): -8432424 or 14177407. OLE color: 14177407.
HSL color Cylindrical-coordinate representation of color #7F54D8: hue angle of 259.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F54D8 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 84 | 216 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.15 |
| HSL | 259.55º | 0.63% | 0.59% | - |
| HSV(B) | 259.55º | 0.61% | 0.85% | - |
| XYZ | 24.32 | 15.81 | 66.74 | - |
| YUV | 111.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 216 | 0.41 | 0.61 | 0 | 0.15 | 259.55 | 0.63 | 0.59 |
| Hex | 7F | 54 | D8 | 29 | 3D | 0 | F | 104 | 3F | 3B |
| Octal | 177 | 124 | 330 | 51 | 75 | 0 | 17 | 404 | 77 | 73 |
| Binary | 1111111 | 1010100 | 11011000 | 101001 | 111101 | 0 | 1111 | 100000100 | 111111 | 111011 |
Color Harmonies of #7F54D8
Complementary color
Monochromatic Colors of #7F54D8
Black with #7F54D8
Text Example
Text Example
White with #7F54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54D8; }
p { color: rgb(127,84,216); }
H1.HeaderClassName
{
color: #7F54D8;
}
.AnyTagClassName
{
color: #7F54D8;
}
</style>
background-color css
<style>
a { background-color: #7F54D8; }
a { background-color: rgb(127,84,216); }
div.DivClassName
{
background-color: #7F54D8;
}
.BgClassName
{
background-color: #7F54D8;
}
</style>
border-color css
<style>
span { border-color: #7F54D8; }
span { border-color: rgb(127,84,216); }
td.TdClassName
{
border-color: #7F54D8;
}
.TagClassName
{
border-color: #7F54D8;
}
</style>