Shades of Slate Blue #584EC7
Tints of Slate Blue #584EC7
RGB
CMYK
RGB Variations
Color information
#584EC7 (or 0x584EC7) is known color: Slate Blue. HEX triplet: 58, 4E and C7. RGB value is (88,78,199). Sum of RGB (Red+Green+Blue) = 88+78+199=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #584EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EC7 is #A7B138. Grayscale: #5E5E5E. Windows color (decimal): -10989881 or 13061720. OLE color: 13061720.
HSL color Cylindrical-coordinate representation of color #584EC7: hue angle of 244.96º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584EC7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 78 | 199 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.22 |
| HSL | 244.96º | 0.52% | 0.54% | - |
| HSV(B) | 244.96º | 0.61% | 0.78% | - |
| XYZ | 17.06 | 11.65 | 55.38 | - |
| YUV | 94.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 199 | 0.56 | 0.61 | 0 | 0.22 | 244.96 | 0.52 | 0.54 |
| Hex | 58 | 4E | C7 | 38 | 3D | 0 | 16 | F5 | 34 | 36 |
| Octal | 130 | 116 | 307 | 70 | 75 | 0 | 26 | 365 | 64 | 66 |
| Binary | 1011000 | 1001110 | 11000111 | 111000 | 111101 | 0 | 10110 | 11110101 | 110100 | 110110 |
Color Harmonies of #584EC7
Complementary color
Monochromatic Colors of #584EC7
Black with #584EC7
Text Example
Text Example
White with #584EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EC7; }
p { color: rgb(88,78,199); }
H1.HeaderClassName
{
color: #584EC7;
}
.AnyTagClassName
{
color: #584EC7;
}
</style>
background-color css
<style>
a { background-color: #584EC7; }
a { background-color: rgb(88,78,199); }
div.DivClassName
{
background-color: #584EC7;
}
.BgClassName
{
background-color: #584EC7;
}
</style>
border-color css
<style>
span { border-color: #584EC7; }
span { border-color: rgb(88,78,199); }
td.TdClassName
{
border-color: #584EC7;
}
.TagClassName
{
border-color: #584EC7;
}
</style>