Shades of Slate Blue #7549D5
Tints of Slate Blue #7549D5
RGB
CMYK
RGB Variations
Color information
#7549D5 (or 0x7549D5) is known color: Slate Blue. HEX triplet: 75, 49 and D5. RGB value is (117,73,213). Sum of RGB (Red+Green+Blue) = 117+73+213=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #7549D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549D5 is #8AB62A. Grayscale: #656565. Windows color (decimal): -9090603 or 13977973. OLE color: 13977973.
HSL color Cylindrical-coordinate representation of color #7549D5: hue angle of 258.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7549D5 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 73 | 213 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.16 |
| HSL | 258.86º | 0.63% | 0.56% | - |
| HSV(B) | 258.86º | 0.66% | 0.84% | - |
| XYZ | 21.73 | 13.35 | 64.38 | - |
| YUV | 102.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 213 | 0.45 | 0.66 | 0 | 0.16 | 258.86 | 0.63 | 0.56 |
| Hex | 75 | 49 | D5 | 2D | 42 | 0 | 10 | 103 | 3E | 38 |
| Octal | 165 | 111 | 325 | 55 | 102 | 0 | 20 | 403 | 76 | 70 |
| Binary | 1110101 | 1001001 | 11010101 | 101101 | 1000010 | 0 | 10000 | 100000011 | 111110 | 111000 |
Color Harmonies of #7549D5
Complementary color
Monochromatic Colors of #7549D5
Black with #7549D5
Text Example
Text Example
White with #7549D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7549D5; }
p { color: rgb(117,73,213); }
H1.HeaderClassName
{
color: #7549D5;
}
.AnyTagClassName
{
color: #7549D5;
}
</style>
background-color css
<style>
a { background-color: #7549D5; }
a { background-color: rgb(117,73,213); }
div.DivClassName
{
background-color: #7549D5;
}
.BgClassName
{
background-color: #7549D5;
}
</style>
border-color css
<style>
span { border-color: #7549D5; }
span { border-color: rgb(117,73,213); }
td.TdClassName
{
border-color: #7549D5;
}
.TagClassName
{
border-color: #7549D5;
}
</style>