Shades of Slate Blue #7546D5
Tints of Slate Blue #7546D5
RGB
CMYK
RGB Variations
Color information
#7546D5 (or 0x7546D5) is known color: Slate Blue. HEX triplet: 75, 46 and D5. RGB value is (117,70,213). Sum of RGB (Red+Green+Blue) = 117+70+213=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #7546D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546D5 is #8AB92A. Grayscale: #636363. Windows color (decimal): -9091371 or 13977205. OLE color: 13977205.
HSL color Cylindrical-coordinate representation of color #7546D5: hue angle of 259.72º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7546D5 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 70 | 213 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.16 |
| HSL | 259.72º | 0.63% | 0.55% | - |
| HSV(B) | 259.72º | 0.67% | 0.84% | - |
| XYZ | 21.54 | 12.97 | 64.32 | - |
| YUV | 100.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 213 | 0.45 | 0.67 | 0 | 0.16 | 259.72 | 0.63 | 0.55 |
| Hex | 75 | 46 | D5 | 2D | 43 | 0 | 10 | 104 | 3F | 37 |
| Octal | 165 | 106 | 325 | 55 | 103 | 0 | 20 | 404 | 77 | 67 |
| Binary | 1110101 | 1000110 | 11010101 | 101101 | 1000011 | 0 | 10000 | 100000100 | 111111 | 110111 |
Color Harmonies of #7546D5
Complementary color
Monochromatic Colors of #7546D5
Black with #7546D5
Text Example
Text Example
White with #7546D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7546D5; }
p { color: rgb(117,70,213); }
H1.HeaderClassName
{
color: #7546D5;
}
.AnyTagClassName
{
color: #7546D5;
}
</style>
background-color css
<style>
a { background-color: #7546D5; }
a { background-color: rgb(117,70,213); }
div.DivClassName
{
background-color: #7546D5;
}
.BgClassName
{
background-color: #7546D5;
}
</style>
border-color css
<style>
span { border-color: #7546D5; }
span { border-color: rgb(117,70,213); }
td.TdClassName
{
border-color: #7546D5;
}
.TagClassName
{
border-color: #7546D5;
}
</style>