Shades of Slate Blue #7A55DB
Tints of Slate Blue #7A55DB
RGB
CMYK
RGB Variations
Color information
#7A55DB (or 0x7A55DB) is known color: Slate Blue. HEX triplet: 7A, 55 and DB. RGB value is (122,85,219). Sum of RGB (Red+Green+Blue) = 122+85+219=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A55DB is #85AA24. Grayscale: #6E6E6E. Windows color (decimal): -8759845 or 14374266. OLE color: 14374266.
HSL color Cylindrical-coordinate representation of color #7A55DB: hue angle of 256.57º 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 #7A55DB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 85 | 219 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.14 |
| HSL | 256.57º | 0.65% | 0.6% | - |
| HSV(B) | 256.57º | 0.61% | 0.86% | - |
| XYZ | 24.06 | 15.75 | 68.79 | - |
| YUV | 111.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 219 | 0.44 | 0.61 | 0 | 0.14 | 256.57 | 0.65 | 0.6 |
| Hex | 7A | 55 | DB | 2C | 3D | 0 | E | 101 | 41 | 3C |
| Octal | 172 | 125 | 333 | 54 | 75 | 0 | 16 | 401 | 101 | 74 |
| Binary | 1111010 | 1010101 | 11011011 | 101100 | 111101 | 0 | 1110 | 100000001 | 1000001 | 111100 |
Color Harmonies of #7A55DB
Complementary color
Monochromatic Colors of #7A55DB
Black with #7A55DB
Text Example
Text Example
White with #7A55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A55DB; }
p { color: rgb(122,85,219); }
H1.HeaderClassName
{
color: #7A55DB;
}
.AnyTagClassName
{
color: #7A55DB;
}
</style>
background-color css
<style>
a { background-color: #7A55DB; }
a { background-color: rgb(122,85,219); }
div.DivClassName
{
background-color: #7A55DB;
}
.BgClassName
{
background-color: #7A55DB;
}
</style>
border-color css
<style>
span { border-color: #7A55DB; }
span { border-color: rgb(122,85,219); }
td.TdClassName
{
border-color: #7A55DB;
}
.TagClassName
{
border-color: #7A55DB;
}
</style>