Shades of Slate Blue #7755DB
Tints of Slate Blue #7755DB
RGB
CMYK
RGB Variations
Color information
#7755DB (or 0x7755DB) is known color: Slate Blue. HEX triplet: 77, 55 and DB. RGB value is (119,85,219). Sum of RGB (Red+Green+Blue) = 119+85+219=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #7755DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755DB is #88AA24. Grayscale: #6D6D6D. Windows color (decimal): -8956453 or 14374263. OLE color: 14374263.
HSL color Cylindrical-coordinate representation of color #7755DB: hue angle of 255.22º 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 #7755DB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 85 | 219 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.14 |
| HSL | 255.22º | 0.65% | 0.6% | - |
| HSV(B) | 255.22º | 0.61% | 0.86% | - |
| XYZ | 23.64 | 15.53 | 68.77 | - |
| YUV | 110.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 219 | 0.46 | 0.61 | 0 | 0.14 | 255.22 | 0.65 | 0.6 |
| Hex | 77 | 55 | DB | 2E | 3D | 0 | E | FF | 41 | 3C |
| Octal | 167 | 125 | 333 | 56 | 75 | 0 | 16 | 377 | 101 | 74 |
| Binary | 1110111 | 1010101 | 11011011 | 101110 | 111101 | 0 | 1110 | 11111111 | 1000001 | 111100 |
Color Harmonies of #7755DB
Complementary color
Monochromatic Colors of #7755DB
Black with #7755DB
Text Example
Text Example
White with #7755DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755DB; }
p { color: rgb(119,85,219); }
H1.HeaderClassName
{
color: #7755DB;
}
.AnyTagClassName
{
color: #7755DB;
}
</style>
background-color css
<style>
a { background-color: #7755DB; }
a { background-color: rgb(119,85,219); }
div.DivClassName
{
background-color: #7755DB;
}
.BgClassName
{
background-color: #7755DB;
}
</style>
border-color css
<style>
span { border-color: #7755DB; }
span { border-color: rgb(119,85,219); }
td.TdClassName
{
border-color: #7755DB;
}
.TagClassName
{
border-color: #7755DB;
}
</style>