Shades of Slate Blue #5F4FDD
Tints of Slate Blue #5F4FDD
RGB
CMYK
RGB Variations
Color information
#5F4FDD (or 0x5F4FDD) is known color: Slate Blue. HEX triplet: 5F, 4F and DD. RGB value is (95,79,221). Sum of RGB (Red+Green+Blue) = 95+79+221=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FDD is #A0B022. Grayscale: #636363. Windows color (decimal): -10530851 or 14503775. OLE color: 14503775.
HSL color Cylindrical-coordinate representation of color #5F4FDD: hue angle of 246.76º 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 #5F4FDD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 79 | 221 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 246.76º | 0.68% | 0.59% | - |
| HSV(B) | 246.76º | 0.64% | 0.87% | - |
| XYZ | 20.57 | 13.25 | 69.88 | - |
| YUV | 99.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 221 | 0.57 | 0.64 | 0 | 0.13 | 246.76 | 0.68 | 0.59 |
| Hex | 5F | 4F | DD | 39 | 40 | 0 | D | F7 | 44 | 3B |
| Octal | 137 | 117 | 335 | 71 | 100 | 0 | 15 | 367 | 104 | 73 |
| Binary | 1011111 | 1001111 | 11011101 | 111001 | 1000000 | 0 | 1101 | 11110111 | 1000100 | 111011 |
Color Harmonies of #5F4FDD
Complementary color
Monochromatic Colors of #5F4FDD
Black with #5F4FDD
Text Example
Text Example
White with #5F4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4FDD; }
p { color: rgb(95,79,221); }
H1.HeaderClassName
{
color: #5F4FDD;
}
.AnyTagClassName
{
color: #5F4FDD;
}
</style>
background-color css
<style>
a { background-color: #5F4FDD; }
a { background-color: rgb(95,79,221); }
div.DivClassName
{
background-color: #5F4FDD;
}
.BgClassName
{
background-color: #5F4FDD;
}
</style>
border-color css
<style>
span { border-color: #5F4FDD; }
span { border-color: rgb(95,79,221); }
td.TdClassName
{
border-color: #5F4FDD;
}
.TagClassName
{
border-color: #5F4FDD;
}
</style>