Shades of Slate Blue #5D4FDD
Tints of Slate Blue #5D4FDD
RGB
CMYK
RGB Variations
Color information
#5D4FDD (or 0x5D4FDD) is known color: Slate Blue. HEX triplet: 5D, 4F and DD. RGB value is (93,79,221). Sum of RGB (Red+Green+Blue) = 93+79+221=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FDD is #A2B022. Grayscale: #626262. Windows color (decimal): -10661923 or 14503773. OLE color: 14503773.
HSL color Cylindrical-coordinate representation of color #5D4FDD: hue angle of 245.92º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4FDD is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 79 | 221 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.13 |
| HSL | 245.92º | 0.68% | 0.59% | - |
| HSV(B) | 245.92º | 0.64% | 0.87% | - |
| XYZ | 20.36 | 13.14 | 69.87 | - |
| YUV | 99.37 | 196.64 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 221 | 0.58 | 0.64 | 0 | 0.13 | 245.92 | 0.68 | 0.59 |
| Hex | 5D | 4F | DD | 3A | 40 | 0 | D | F6 | 44 | 3B |
| Octal | 135 | 117 | 335 | 72 | 100 | 0 | 15 | 366 | 104 | 73 |
| Binary | 1011101 | 1001111 | 11011101 | 111010 | 1000000 | 0 | 1101 | 11110110 | 1000100 | 111011 |
Color Harmonies of #5D4FDD
Complementary color
Monochromatic Colors of #5D4FDD
Black with #5D4FDD
Text Example
Text Example
White with #5D4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FDD; }
p { color: rgb(93,79,221); }
H1.HeaderClassName
{
color: #5D4FDD;
}
.AnyTagClassName
{
color: #5D4FDD;
}
</style>
background-color css
<style>
a { background-color: #5D4FDD; }
a { background-color: rgb(93,79,221); }
div.DivClassName
{
background-color: #5D4FDD;
}
.BgClassName
{
background-color: #5D4FDD;
}
</style>
border-color css
<style>
span { border-color: #5D4FDD; }
span { border-color: rgb(93,79,221); }
td.TdClassName
{
border-color: #5D4FDD;
}
.TagClassName
{
border-color: #5D4FDD;
}
</style>