Shades of Slate Blue #7F54DB
Tints of Slate Blue #7F54DB
RGB
CMYK
RGB Variations
Color information
#7F54DB (or 0x7F54DB) is known color: Slate Blue. HEX triplet: 7F, 54 and DB. RGB value is (127,84,219). Sum of RGB (Red+Green+Blue) = 127+84+219=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54DB is #80AB24. Grayscale: #6F6F6F. Windows color (decimal): -8432421 or 14374015. OLE color: 14374015.
HSL color Cylindrical-coordinate representation of color #7F54DB: hue angle of 259.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F54DB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 84 | 219 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.14 |
| HSL | 259.11º | 0.65% | 0.59% | - |
| HSV(B) | 259.11º | 0.62% | 0.86% | - |
| XYZ | 24.71 | 15.97 | 68.8 | - |
| YUV | 112.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 219 | 0.42 | 0.62 | 0 | 0.14 | 259.11 | 0.65 | 0.59 |
| Hex | 7F | 54 | DB | 2A | 3E | 0 | E | 103 | 41 | 3B |
| Octal | 177 | 124 | 333 | 52 | 76 | 0 | 16 | 403 | 101 | 73 |
| Binary | 1111111 | 1010100 | 11011011 | 101010 | 111110 | 0 | 1110 | 100000011 | 1000001 | 111011 |
Color Harmonies of #7F54DB
Complementary color
Monochromatic Colors of #7F54DB
Black with #7F54DB
Text Example
Text Example
White with #7F54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54DB; }
p { color: rgb(127,84,219); }
H1.HeaderClassName
{
color: #7F54DB;
}
.AnyTagClassName
{
color: #7F54DB;
}
</style>
background-color css
<style>
a { background-color: #7F54DB; }
a { background-color: rgb(127,84,219); }
div.DivClassName
{
background-color: #7F54DB;
}
.BgClassName
{
background-color: #7F54DB;
}
</style>
border-color css
<style>
span { border-color: #7F54DB; }
span { border-color: rgb(127,84,219); }
td.TdClassName
{
border-color: #7F54DB;
}
.TagClassName
{
border-color: #7F54DB;
}
</style>