Shades of Slate Blue #7E55DB
Tints of Slate Blue #7E55DB
RGB
CMYK
RGB Variations
Color information
#7E55DB (or 0x7E55DB) is known color: Slate Blue. HEX triplet: 7E, 55 and DB. RGB value is (126,85,219). Sum of RGB (Red+Green+Blue) = 126+85+219=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 85 (33.59% from 255 or 19.77% 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 #7E55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55DB is #81AA24. Grayscale: #707070. Windows color (decimal): -8497701 or 14374270. OLE color: 14374270.
HSL color Cylindrical-coordinate representation of color #7E55DB: hue angle of 258.36º 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 #7E55DB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 85 | 219 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 258.36º | 0.65% | 0.6% | - |
| HSV(B) | 258.36º | 0.61% | 0.86% | - |
| XYZ | 24.64 | 16.05 | 68.82 | - |
| YUV | 112.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 219 | 0.42 | 0.61 | 0 | 0.14 | 258.36 | 0.65 | 0.6 |
| Hex | 7E | 55 | DB | 2A | 3D | 0 | E | 102 | 41 | 3C |
| Octal | 176 | 125 | 333 | 52 | 75 | 0 | 16 | 402 | 101 | 74 |
| Binary | 1111110 | 1010101 | 11011011 | 101010 | 111101 | 0 | 1110 | 100000010 | 1000001 | 111100 |
Color Harmonies of #7E55DB
Complementary color
Monochromatic Colors of #7E55DB
Black with #7E55DB
Text Example
Text Example
White with #7E55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55DB; }
p { color: rgb(126,85,219); }
H1.HeaderClassName
{
color: #7E55DB;
}
.AnyTagClassName
{
color: #7E55DB;
}
</style>
background-color css
<style>
a { background-color: #7E55DB; }
a { background-color: rgb(126,85,219); }
div.DivClassName
{
background-color: #7E55DB;
}
.BgClassName
{
background-color: #7E55DB;
}
</style>
border-color css
<style>
span { border-color: #7E55DB; }
span { border-color: rgb(126,85,219); }
td.TdClassName
{
border-color: #7E55DB;
}
.TagClassName
{
border-color: #7E55DB;
}
</style>