Shades of Slate Blue #584DC7
Tints of Slate Blue #584DC7
RGB
CMYK
RGB Variations
Color information
#584DC7 (or 0x584DC7) is known color: Slate Blue. HEX triplet: 58, 4D and C7. RGB value is (88,77,199). Sum of RGB (Red+Green+Blue) = 88+77+199=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #584DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DC7 is #A7B238. Grayscale: #5D5D5D. Windows color (decimal): -10990137 or 13061464. OLE color: 13061464.
HSL color Cylindrical-coordinate representation of color #584DC7: hue angle of 245.41º 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 #584DC7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 77 | 199 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.22 |
| HSL | 245.41º | 0.52% | 0.54% | - |
| HSV(B) | 245.41º | 0.61% | 0.78% | - |
| XYZ | 16.99 | 11.51 | 55.36 | - |
| YUV | 94.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 199 | 0.56 | 0.61 | 0 | 0.22 | 245.41 | 0.52 | 0.54 |
| Hex | 58 | 4D | C7 | 38 | 3D | 0 | 16 | F5 | 34 | 36 |
| Octal | 130 | 115 | 307 | 70 | 75 | 0 | 26 | 365 | 64 | 66 |
| Binary | 1011000 | 1001101 | 11000111 | 111000 | 111101 | 0 | 10110 | 11110101 | 110100 | 110110 |
Color Harmonies of #584DC7
Complementary color
Monochromatic Colors of #584DC7
Black with #584DC7
Text Example
Text Example
White with #584DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DC7; }
p { color: rgb(88,77,199); }
H1.HeaderClassName
{
color: #584DC7;
}
.AnyTagClassName
{
color: #584DC7;
}
</style>
background-color css
<style>
a { background-color: #584DC7; }
a { background-color: rgb(88,77,199); }
div.DivClassName
{
background-color: #584DC7;
}
.BgClassName
{
background-color: #584DC7;
}
</style>
border-color css
<style>
span { border-color: #584DC7; }
span { border-color: rgb(88,77,199); }
td.TdClassName
{
border-color: #584DC7;
}
.TagClassName
{
border-color: #584DC7;
}
</style>