Shades of Slate Blue #7545DD
Tints of Slate Blue #7545DD
RGB
CMYK
RGB Variations
Color information
#7545DD (or 0x7545DD) is known color: Slate Blue. HEX triplet: 75, 45 and DD. RGB value is (117,69,221). Sum of RGB (Red+Green+Blue) = 117+69+221=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #7545DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545DD is #8ABA22. Grayscale: #646464. Windows color (decimal): -9091619 or 14501237. OLE color: 14501237.
HSL color Cylindrical-coordinate representation of color #7545DD: hue angle of 258.95º 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 #7545DD is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 69 | 221 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.13 |
| HSL | 258.95º | 0.69% | 0.57% | - |
| HSV(B) | 258.95º | 0.69% | 0.87% | - |
| XYZ | 22.52 | 13.26 | 69.78 | - |
| YUV | 100.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 221 | 0.47 | 0.69 | 0 | 0.13 | 258.95 | 0.69 | 0.57 |
| Hex | 75 | 45 | DD | 2F | 45 | 0 | D | 103 | 45 | 39 |
| Octal | 165 | 105 | 335 | 57 | 105 | 0 | 15 | 403 | 105 | 71 |
| Binary | 1110101 | 1000101 | 11011101 | 101111 | 1000101 | 0 | 1101 | 100000011 | 1000101 | 111001 |
Color Harmonies of #7545DD
Complementary color
Monochromatic Colors of #7545DD
Black with #7545DD
Text Example
Text Example
White with #7545DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545DD; }
p { color: rgb(117,69,221); }
H1.HeaderClassName
{
color: #7545DD;
}
.AnyTagClassName
{
color: #7545DD;
}
</style>
background-color css
<style>
a { background-color: #7545DD; }
a { background-color: rgb(117,69,221); }
div.DivClassName
{
background-color: #7545DD;
}
.BgClassName
{
background-color: #7545DD;
}
</style>
border-color css
<style>
span { border-color: #7545DD; }
span { border-color: rgb(117,69,221); }
td.TdClassName
{
border-color: #7545DD;
}
.TagClassName
{
border-color: #7545DD;
}
</style>