Shades of Slate Blue #5D4FDE
Tints of Slate Blue #5D4FDE
RGB
CMYK
RGB Variations
Color information
#5D4FDE (or 0x5D4FDE) is known color: Slate Blue. HEX triplet: 5D, 4F and DE. RGB value is (93,79,222). Sum of RGB (Red+Green+Blue) = 93+79+222=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D4FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FDE is #A2B021. Grayscale: #626262. Windows color (decimal): -10661922 or 14569309. OLE color: 14569309.
HSL color Cylindrical-coordinate representation of color #5D4FDE: hue angle of 245.87º 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 #5D4FDE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 79 | 222 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.13 |
| HSL | 245.87º | 0.68% | 0.59% | - |
| HSV(B) | 245.87º | 0.64% | 0.87% | - |
| XYZ | 20.5 | 13.19 | 70.57 | - |
| YUV | 99.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 222 | 0.58 | 0.64 | 0 | 0.13 | 245.87 | 0.68 | 0.59 |
| Hex | 5D | 4F | DE | 3A | 40 | 0 | D | F6 | 44 | 3B |
| Octal | 135 | 117 | 336 | 72 | 100 | 0 | 15 | 366 | 104 | 73 |
| Binary | 1011101 | 1001111 | 11011110 | 111010 | 1000000 | 0 | 1101 | 11110110 | 1000100 | 111011 |
Color Harmonies of #5D4FDE
Complementary color
Monochromatic Colors of #5D4FDE
Black with #5D4FDE
Text Example
Text Example
White with #5D4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FDE; }
p { color: rgb(93,79,222); }
H1.HeaderClassName
{
color: #5D4FDE;
}
.AnyTagClassName
{
color: #5D4FDE;
}
</style>
background-color css
<style>
a { background-color: #5D4FDE; }
a { background-color: rgb(93,79,222); }
div.DivClassName
{
background-color: #5D4FDE;
}
.BgClassName
{
background-color: #5D4FDE;
}
</style>
border-color css
<style>
span { border-color: #5D4FDE; }
span { border-color: rgb(93,79,222); }
td.TdClassName
{
border-color: #5D4FDE;
}
.TagClassName
{
border-color: #5D4FDE;
}
</style>