Shades of Slate Blue #7554DC
Tints of Slate Blue #7554DC
RGB
CMYK
RGB Variations
Color information
#7554DC (or 0x7554DC) is known color: Slate Blue. HEX triplet: 75, 54 and DC. RGB value is (117,84,220). Sum of RGB (Red+Green+Blue) = 117+84+220=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7554DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554DC is #8AAB23. Grayscale: #6C6C6C. Windows color (decimal): -9087780 or 14439541. OLE color: 14439541.
HSL color Cylindrical-coordinate representation of color #7554DC: hue angle of 254.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7554DC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 84 | 220 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.14 |
| HSL | 254.56º | 0.66% | 0.6% | - |
| HSV(B) | 254.56º | 0.62% | 0.86% | - |
| XYZ | 23.42 | 15.29 | 69.43 | - |
| YUV | 109.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 220 | 0.47 | 0.62 | 0 | 0.14 | 254.56 | 0.66 | 0.6 |
| Hex | 75 | 54 | DC | 2F | 3E | 0 | E | FF | 42 | 3C |
| Octal | 165 | 124 | 334 | 57 | 76 | 0 | 16 | 377 | 102 | 74 |
| Binary | 1110101 | 1010100 | 11011100 | 101111 | 111110 | 0 | 1110 | 11111111 | 1000010 | 111100 |
Color Harmonies of #7554DC
Complementary color
Monochromatic Colors of #7554DC
Black with #7554DC
Text Example
Text Example
White with #7554DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554DC; }
p { color: rgb(117,84,220); }
H1.HeaderClassName
{
color: #7554DC;
}
.AnyTagClassName
{
color: #7554DC;
}
</style>
background-color css
<style>
a { background-color: #7554DC; }
a { background-color: rgb(117,84,220); }
div.DivClassName
{
background-color: #7554DC;
}
.BgClassName
{
background-color: #7554DC;
}
</style>
border-color css
<style>
span { border-color: #7554DC; }
span { border-color: rgb(117,84,220); }
td.TdClassName
{
border-color: #7554DC;
}
.TagClassName
{
border-color: #7554DC;
}
</style>