Shades of Slate Blue #5E48D7
Tints of Slate Blue #5E48D7
RGB
CMYK
RGB Variations
Color information
#5E48D7 (or 0x5E48D7) is known color: Slate Blue. HEX triplet: 5E, 48 and D7. RGB value is (94,72,215). Sum of RGB (Red+Green+Blue) = 94+72+215=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E48D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48D7 is #A1B728. Grayscale: #5E5E5E. Windows color (decimal): -10598185 or 14108766. OLE color: 14108766.
HSL color Cylindrical-coordinate representation of color #5E48D7: hue angle of 249.23º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E48D7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 72 | 215 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.16 |
| HSL | 249.23º | 0.64% | 0.56% | - |
| HSV(B) | 249.23º | 0.67% | 0.84% | - |
| XYZ | 19.2 | 11.92 | 65.58 | - |
| YUV | 94.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 215 | 0.56 | 0.67 | 0 | 0.16 | 249.23 | 0.64 | 0.56 |
| Hex | 5E | 48 | D7 | 38 | 43 | 0 | 10 | F9 | 40 | 38 |
| Octal | 136 | 110 | 327 | 70 | 103 | 0 | 20 | 371 | 100 | 70 |
| Binary | 1011110 | 1001000 | 11010111 | 111000 | 1000011 | 0 | 10000 | 11111001 | 1000000 | 111000 |
Color Harmonies of #5E48D7
Complementary color
Monochromatic Colors of #5E48D7
Black with #5E48D7
Text Example
Text Example
White with #5E48D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48D7; }
p { color: rgb(94,72,215); }
H1.HeaderClassName
{
color: #5E48D7;
}
.AnyTagClassName
{
color: #5E48D7;
}
</style>
background-color css
<style>
a { background-color: #5E48D7; }
a { background-color: rgb(94,72,215); }
div.DivClassName
{
background-color: #5E48D7;
}
.BgClassName
{
background-color: #5E48D7;
}
</style>
border-color css
<style>
span { border-color: #5E48D7; }
span { border-color: rgb(94,72,215); }
td.TdClassName
{
border-color: #5E48D7;
}
.TagClassName
{
border-color: #5E48D7;
}
</style>