Shades of Slate Blue #5D4DC7
Tints of Slate Blue #5D4DC7
RGB
CMYK
RGB Variations
Color information
#5D4DC7 (or 0x5D4DC7) is known color: Slate Blue. HEX triplet: 5D, 4D and C7. RGB value is (93,77,199). Sum of RGB (Red+Green+Blue) = 93+77+199=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #5D4DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DC7 is #A2B238. Grayscale: #5F5F5F. Windows color (decimal): -10662457 or 13061469. OLE color: 13061469.
HSL color Cylindrical-coordinate representation of color #5D4DC7: hue angle of 247.87º 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 #5D4DC7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 77 | 199 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.22 |
| HSL | 247.87º | 0.52% | 0.54% | - |
| HSV(B) | 247.87º | 0.61% | 0.78% | - |
| XYZ | 17.48 | 11.76 | 55.38 | - |
| YUV | 95.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 199 | 0.53 | 0.61 | 0 | 0.22 | 247.87 | 0.52 | 0.54 |
| Hex | 5D | 4D | C7 | 35 | 3D | 0 | 16 | F8 | 34 | 36 |
| Octal | 135 | 115 | 307 | 65 | 75 | 0 | 26 | 370 | 64 | 66 |
| Binary | 1011101 | 1001101 | 11000111 | 110101 | 111101 | 0 | 10110 | 11111000 | 110100 | 110110 |
Color Harmonies of #5D4DC7
Complementary color
Monochromatic Colors of #5D4DC7
Black with #5D4DC7
Text Example
Text Example
White with #5D4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DC7; }
p { color: rgb(93,77,199); }
H1.HeaderClassName
{
color: #5D4DC7;
}
.AnyTagClassName
{
color: #5D4DC7;
}
</style>
background-color css
<style>
a { background-color: #5D4DC7; }
a { background-color: rgb(93,77,199); }
div.DivClassName
{
background-color: #5D4DC7;
}
.BgClassName
{
background-color: #5D4DC7;
}
</style>
border-color css
<style>
span { border-color: #5D4DC7; }
span { border-color: rgb(93,77,199); }
td.TdClassName
{
border-color: #5D4DC7;
}
.TagClassName
{
border-color: #5D4DC7;
}
</style>