Shades of Slate Blue #5D4DDF
Tints of Slate Blue #5D4DDF
RGB
CMYK
RGB Variations
Color information
#5D4DDF (or 0x5D4DDF) is known color: Slate Blue. HEX triplet: 5D, 4D and DF. RGB value is (93,77,223). Sum of RGB (Red+Green+Blue) = 93+77+223=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DDF is #A2B220. Grayscale: #616161. Windows color (decimal): -10662433 or 14634333. OLE color: 14634333.
HSL color Cylindrical-coordinate representation of color #5D4DDF: hue angle of 246.58º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D4DDF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 77 | 223 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.13 |
| HSL | 246.58º | 0.7% | 0.59% | - |
| HSV(B) | 246.58º | 0.65% | 0.87% | - |
| XYZ | 20.49 | 12.96 | 71.23 | - |
| YUV | 98.43 | 198.3 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 223 | 0.58 | 0.65 | 0 | 0.13 | 246.58 | 0.7 | 0.59 |
| Hex | 5D | 4D | DF | 3A | 41 | 0 | D | F7 | 46 | 3B |
| Octal | 135 | 115 | 337 | 72 | 101 | 0 | 15 | 367 | 106 | 73 |
| Binary | 1011101 | 1001101 | 11011111 | 111010 | 1000001 | 0 | 1101 | 11110111 | 1000110 | 111011 |
Color Harmonies of #5D4DDF
Complementary color
Monochromatic Colors of #5D4DDF
Black with #5D4DDF
Text Example
Text Example
White with #5D4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DDF; }
p { color: rgb(93,77,223); }
H1.HeaderClassName
{
color: #5D4DDF;
}
.AnyTagClassName
{
color: #5D4DDF;
}
</style>
background-color css
<style>
a { background-color: #5D4DDF; }
a { background-color: rgb(93,77,223); }
div.DivClassName
{
background-color: #5D4DDF;
}
.BgClassName
{
background-color: #5D4DDF;
}
</style>
border-color css
<style>
span { border-color: #5D4DDF; }
span { border-color: rgb(93,77,223); }
td.TdClassName
{
border-color: #5D4DDF;
}
.TagClassName
{
border-color: #5D4DDF;
}
</style>