Shades of Slate Blue #7544DD
Tints of Slate Blue #7544DD
RGB
CMYK
RGB Variations
Color information
#7544DD (or 0x7544DD) is known color: Slate Blue. HEX triplet: 75, 44 and DD. RGB value is (117,68,221). Sum of RGB (Red+Green+Blue) = 117+68+221=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #7544DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544DD is #8ABB22. Grayscale: #636363. Windows color (decimal): -9091875 or 14500981. OLE color: 14500981.
HSL color Cylindrical-coordinate representation of color #7544DD: hue angle of 259.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7544DD is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 68 | 221 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.13 |
| HSL | 259.22º | 0.69% | 0.57% | - |
| HSV(B) | 259.22º | 0.69% | 0.87% | - |
| XYZ | 22.45 | 13.14 | 69.76 | - |
| YUV | 100.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 221 | 0.47 | 0.69 | 0 | 0.13 | 259.22 | 0.69 | 0.57 |
| Hex | 75 | 44 | DD | 2F | 45 | 0 | D | 103 | 45 | 39 |
| Octal | 165 | 104 | 335 | 57 | 105 | 0 | 15 | 403 | 105 | 71 |
| Binary | 1110101 | 1000100 | 11011101 | 101111 | 1000101 | 0 | 1101 | 100000011 | 1000101 | 111001 |
Color Harmonies of #7544DD
Complementary color
Monochromatic Colors of #7544DD
Black with #7544DD
Text Example
Text Example
White with #7544DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7544DD; }
p { color: rgb(117,68,221); }
H1.HeaderClassName
{
color: #7544DD;
}
.AnyTagClassName
{
color: #7544DD;
}
</style>
background-color css
<style>
a { background-color: #7544DD; }
a { background-color: rgb(117,68,221); }
div.DivClassName
{
background-color: #7544DD;
}
.BgClassName
{
background-color: #7544DD;
}
</style>
border-color css
<style>
span { border-color: #7544DD; }
span { border-color: rgb(117,68,221); }
td.TdClassName
{
border-color: #7544DD;
}
.TagClassName
{
border-color: #7544DD;
}
</style>