Shades of Slate Blue #5D4FCF
Tints of Slate Blue #5D4FCF
RGB
CMYK
RGB Variations
Color information
#5D4FCF (or 0x5D4FCF) is known color: Slate Blue. HEX triplet: 5D, 4F and CF. RGB value is (93,79,207). Sum of RGB (Red+Green+Blue) = 93+79+207=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FCF is #A2B030. Grayscale: #616161. Windows color (decimal): -10661937 or 13586269. OLE color: 13586269.
HSL color Cylindrical-coordinate representation of color #5D4FCF: hue angle of 246.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4FCF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 79 | 207 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.19 |
| HSL | 246.56º | 0.57% | 0.56% | - |
| HSV(B) | 246.56º | 0.62% | 0.81% | - |
| XYZ | 18.57 | 12.42 | 60.45 | - |
| YUV | 97.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 207 | 0.55 | 0.62 | 0 | 0.19 | 246.56 | 0.57 | 0.56 |
| Hex | 5D | 4F | CF | 37 | 3E | 0 | 13 | F7 | 39 | 38 |
| Octal | 135 | 117 | 317 | 67 | 76 | 0 | 23 | 367 | 71 | 70 |
| Binary | 1011101 | 1001111 | 11001111 | 110111 | 111110 | 0 | 10011 | 11110111 | 111001 | 111000 |
Color Harmonies of #5D4FCF
Complementary color
Monochromatic Colors of #5D4FCF
Black with #5D4FCF
Text Example
Text Example
White with #5D4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FCF; }
p { color: rgb(93,79,207); }
H1.HeaderClassName
{
color: #5D4FCF;
}
.AnyTagClassName
{
color: #5D4FCF;
}
</style>
background-color css
<style>
a { background-color: #5D4FCF; }
a { background-color: rgb(93,79,207); }
div.DivClassName
{
background-color: #5D4FCF;
}
.BgClassName
{
background-color: #5D4FCF;
}
</style>
border-color css
<style>
span { border-color: #5D4FCF; }
span { border-color: rgb(93,79,207); }
td.TdClassName
{
border-color: #5D4FCF;
}
.TagClassName
{
border-color: #5D4FCF;
}
</style>