Shades of Slate Blue #5F4BDE
Tints of Slate Blue #5F4BDE
RGB
CMYK
RGB Variations
Color information
#5F4BDE (or 0x5F4BDE) is known color: Slate Blue. HEX triplet: 5F, 4B and DE. RGB value is (95,75,222). Sum of RGB (Red+Green+Blue) = 95+75+222=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F4BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BDE is #A0B421. Grayscale: #616161. Windows color (decimal): -10531874 or 14568287. OLE color: 14568287.
HSL color Cylindrical-coordinate representation of color #5F4BDE: hue angle of 248.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F4BDE is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 75 | 222 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.13 |
| HSL | 248.16º | 0.69% | 0.58% | - |
| HSV(B) | 248.16º | 0.66% | 0.87% | - |
| XYZ | 20.42 | 12.74 | 70.49 | - |
| YUV | 97.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 222 | 0.57 | 0.66 | 0 | 0.13 | 248.16 | 0.69 | 0.58 |
| Hex | 5F | 4B | DE | 39 | 42 | 0 | D | F8 | 45 | 3A |
| Octal | 137 | 113 | 336 | 71 | 102 | 0 | 15 | 370 | 105 | 72 |
| Binary | 1011111 | 1001011 | 11011110 | 111001 | 1000010 | 0 | 1101 | 11111000 | 1000101 | 111010 |
Color Harmonies of #5F4BDE
Complementary color
Monochromatic Colors of #5F4BDE
Black with #5F4BDE
Text Example
Text Example
White with #5F4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4BDE; }
p { color: rgb(95,75,222); }
H1.HeaderClassName
{
color: #5F4BDE;
}
.AnyTagClassName
{
color: #5F4BDE;
}
</style>
background-color css
<style>
a { background-color: #5F4BDE; }
a { background-color: rgb(95,75,222); }
div.DivClassName
{
background-color: #5F4BDE;
}
.BgClassName
{
background-color: #5F4BDE;
}
</style>
border-color css
<style>
span { border-color: #5F4BDE; }
span { border-color: rgb(95,75,222); }
td.TdClassName
{
border-color: #5F4BDE;
}
.TagClassName
{
border-color: #5F4BDE;
}
</style>