Shades of Slate Blue #7554DB
Tints of Slate Blue #7554DB
RGB
CMYK
RGB Variations
Color information
#7554DB (or 0x7554DB) is known color: Slate Blue. HEX triplet: 75, 54 and DB. RGB value is (117,84,219). Sum of RGB (Red+Green+Blue) = 117+84+219=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7554DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554DB is #8AAB24. Grayscale: #6C6C6C. Windows color (decimal): -9087781 or 14374005. OLE color: 14374005.
HSL color Cylindrical-coordinate representation of color #7554DB: hue angle of 254.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7554DB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 84 | 219 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.14 |
| HSL | 254.67º | 0.65% | 0.59% | - |
| HSV(B) | 254.67º | 0.62% | 0.86% | - |
| XYZ | 23.29 | 15.24 | 68.73 | - |
| YUV | 109.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 219 | 0.47 | 0.62 | 0 | 0.14 | 254.67 | 0.65 | 0.59 |
| Hex | 75 | 54 | DB | 2F | 3E | 0 | E | FF | 41 | 3B |
| Octal | 165 | 124 | 333 | 57 | 76 | 0 | 16 | 377 | 101 | 73 |
| Binary | 1110101 | 1010100 | 11011011 | 101111 | 111110 | 0 | 1110 | 11111111 | 1000001 | 111011 |
Color Harmonies of #7554DB
Complementary color
Monochromatic Colors of #7554DB
Black with #7554DB
Text Example
Text Example
White with #7554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554DB; }
p { color: rgb(117,84,219); }
H1.HeaderClassName
{
color: #7554DB;
}
.AnyTagClassName
{
color: #7554DB;
}
</style>
background-color css
<style>
a { background-color: #7554DB; }
a { background-color: rgb(117,84,219); }
div.DivClassName
{
background-color: #7554DB;
}
.BgClassName
{
background-color: #7554DB;
}
</style>
border-color css
<style>
span { border-color: #7554DB; }
span { border-color: rgb(117,84,219); }
td.TdClassName
{
border-color: #7554DB;
}
.TagClassName
{
border-color: #7554DB;
}
</style>