Shades of Slate Blue #7548C4
Tints of Slate Blue #7548C4
RGB
CMYK
RGB Variations
Color information
#7548C4 (or 0x7548C4) is known color: Slate Blue. HEX triplet: 75, 48 and C4. RGB value is (117,72,196). Sum of RGB (Red+Green+Blue) = 117+72+196=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #7548C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548C4 is #8AB73B. Grayscale: #636363. Windows color (decimal): -9090876 or 12863605. OLE color: 12863605.
HSL color Cylindrical-coordinate representation of color #7548C4: hue angle of 261.77º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7548C4 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 72 | 196 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.23 |
| HSL | 261.77º | 0.51% | 0.53% | - |
| HSV(B) | 261.77º | 0.63% | 0.77% | - |
| XYZ | 19.62 | 12.4 | 53.58 | - |
| YUV | 99.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 196 | 0.40 | 0.63 | 0 | 0.23 | 261.77 | 0.51 | 0.53 |
| Hex | 75 | 48 | C4 | 28 | 3F | 0 | 17 | 106 | 33 | 35 |
| Octal | 165 | 110 | 304 | 50 | 77 | 0 | 27 | 406 | 63 | 65 |
| Binary | 1110101 | 1001000 | 11000100 | 101000 | 111111 | 0 | 10111 | 100000110 | 110011 | 110101 |
Color Harmonies of #7548C4
Complementary color
Monochromatic Colors of #7548C4
Black with #7548C4
Text Example
Text Example
White with #7548C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548C4; }
p { color: rgb(117,72,196); }
H1.HeaderClassName
{
color: #7548C4;
}
.AnyTagClassName
{
color: #7548C4;
}
</style>
background-color css
<style>
a { background-color: #7548C4; }
a { background-color: rgb(117,72,196); }
div.DivClassName
{
background-color: #7548C4;
}
.BgClassName
{
background-color: #7548C4;
}
</style>
border-color css
<style>
span { border-color: #7548C4; }
span { border-color: rgb(117,72,196); }
td.TdClassName
{
border-color: #7548C4;
}
.TagClassName
{
border-color: #7548C4;
}
</style>