Shades of Slate Blue #7F55DB
Tints of Slate Blue #7F55DB
RGB
CMYK
RGB Variations
Color information
#7F55DB (or 0x7F55DB) is known color: Slate Blue. HEX triplet: 7F, 55 and DB. RGB value is (127,85,219). Sum of RGB (Red+Green+Blue) = 127+85+219=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55DB is #80AA24. Grayscale: #707070. Windows color (decimal): -8432165 or 14374271. OLE color: 14374271.
HSL color Cylindrical-coordinate representation of color #7F55DB: hue angle of 258.81º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F55DB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 85 | 219 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 258.81º | 0.65% | 0.6% | - |
| HSV(B) | 258.81º | 0.61% | 0.86% | - |
| XYZ | 24.79 | 16.12 | 68.82 | - |
| YUV | 112.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 219 | 0.42 | 0.61 | 0 | 0.14 | 258.81 | 0.65 | 0.6 |
| Hex | 7F | 55 | DB | 2A | 3D | 0 | E | 103 | 41 | 3C |
| Octal | 177 | 125 | 333 | 52 | 75 | 0 | 16 | 403 | 101 | 74 |
| Binary | 1111111 | 1010101 | 11011011 | 101010 | 111101 | 0 | 1110 | 100000011 | 1000001 | 111100 |
Color Harmonies of #7F55DB
Complementary color
Monochromatic Colors of #7F55DB
Black with #7F55DB
Text Example
Text Example
White with #7F55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F55DB; }
p { color: rgb(127,85,219); }
H1.HeaderClassName
{
color: #7F55DB;
}
.AnyTagClassName
{
color: #7F55DB;
}
</style>
background-color css
<style>
a { background-color: #7F55DB; }
a { background-color: rgb(127,85,219); }
div.DivClassName
{
background-color: #7F55DB;
}
.BgClassName
{
background-color: #7F55DB;
}
</style>
border-color css
<style>
span { border-color: #7F55DB; }
span { border-color: rgb(127,85,219); }
td.TdClassName
{
border-color: #7F55DB;
}
.TagClassName
{
border-color: #7F55DB;
}
</style>