Shades of Slate Blue #5D4DDA
Tints of Slate Blue #5D4DDA
RGB
CMYK
RGB Variations
Color information
#5D4DDA (or 0x5D4DDA) is known color: Slate Blue. HEX triplet: 5D, 4D and DA. RGB value is (93,77,218). Sum of RGB (Red+Green+Blue) = 93+77+218=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DDA is #A2B225. Grayscale: #616161. Windows color (decimal): -10662438 or 14306653. OLE color: 14306653.
HSL color Cylindrical-coordinate representation of color #5D4DDA: hue angle of 246.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D4DDA is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 77 | 218 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.15 |
| HSL | 246.81º | 0.66% | 0.58% | - |
| HSV(B) | 246.81º | 0.65% | 0.85% | - |
| XYZ | 19.82 | 12.7 | 67.74 | - |
| YUV | 97.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 218 | 0.57 | 0.65 | 0 | 0.15 | 246.81 | 0.66 | 0.58 |
| Hex | 5D | 4D | DA | 39 | 41 | 0 | F | F7 | 42 | 3A |
| Octal | 135 | 115 | 332 | 71 | 101 | 0 | 17 | 367 | 102 | 72 |
| Binary | 1011101 | 1001101 | 11011010 | 111001 | 1000001 | 0 | 1111 | 11110111 | 1000010 | 111010 |
Color Harmonies of #5D4DDA
Complementary color
Monochromatic Colors of #5D4DDA
Black with #5D4DDA
Text Example
Text Example
White with #5D4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DDA; }
p { color: rgb(93,77,218); }
H1.HeaderClassName
{
color: #5D4DDA;
}
.AnyTagClassName
{
color: #5D4DDA;
}
</style>
background-color css
<style>
a { background-color: #5D4DDA; }
a { background-color: rgb(93,77,218); }
div.DivClassName
{
background-color: #5D4DDA;
}
.BgClassName
{
background-color: #5D4DDA;
}
</style>
border-color css
<style>
span { border-color: #5D4DDA; }
span { border-color: rgb(93,77,218); }
td.TdClassName
{
border-color: #5D4DDA;
}
.TagClassName
{
border-color: #5D4DDA;
}
</style>