Shades of Slate Blue #7556DB
Tints of Slate Blue #7556DB
RGB
CMYK
RGB Variations
Color information
#7556DB (or 0x7556DB) is known color: Slate Blue. HEX triplet: 75, 56 and DB. RGB value is (117,86,219). Sum of RGB (Red+Green+Blue) = 117+86+219=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7556DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556DB is #8AA924. Grayscale: #6D6D6D. Windows color (decimal): -9087269 or 14374517. OLE color: 14374517.
HSL color Cylindrical-coordinate representation of color #7556DB: hue angle of 253.98º 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 #7556DB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 86 | 219 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.14 |
| HSL | 253.99º | 0.65% | 0.6% | - |
| HSV(B) | 253.99º | 0.61% | 0.86% | - |
| XYZ | 23.45 | 15.55 | 68.78 | - |
| YUV | 110.43 | 189.27 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 219 | 0.47 | 0.61 | 0 | 0.14 | 253.99 | 0.65 | 0.6 |
| Hex | 75 | 56 | DB | 2F | 3D | 0 | E | FE | 41 | 3C |
| Octal | 165 | 126 | 333 | 57 | 75 | 0 | 16 | 376 | 101 | 74 |
| Binary | 1110101 | 1010110 | 11011011 | 101111 | 111101 | 0 | 1110 | 11111110 | 1000001 | 111100 |
Color Harmonies of #7556DB
Complementary color
Monochromatic Colors of #7556DB
Black with #7556DB
Text Example
Text Example
White with #7556DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556DB; }
p { color: rgb(117,86,219); }
H1.HeaderClassName
{
color: #7556DB;
}
.AnyTagClassName
{
color: #7556DB;
}
</style>
background-color css
<style>
a { background-color: #7556DB; }
a { background-color: rgb(117,86,219); }
div.DivClassName
{
background-color: #7556DB;
}
.BgClassName
{
background-color: #7556DB;
}
</style>
border-color css
<style>
span { border-color: #7556DB; }
span { border-color: rgb(117,86,219); }
td.TdClassName
{
border-color: #7556DB;
}
.TagClassName
{
border-color: #7556DB;
}
</style>