Shades of Slate Blue #5F4CCF
Tints of Slate Blue #5F4CCF
RGB
CMYK
RGB Variations
Color information
#5F4CCF (or 0x5F4CCF) is known color: Slate Blue. HEX triplet: 5F, 4C and CF. RGB value is (95,76,207). Sum of RGB (Red+Green+Blue) = 95+76+207=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4CCF is #A0B330. Grayscale: #606060. Windows color (decimal): -10531633 or 13585503. OLE color: 13585503.
HSL color Cylindrical-coordinate representation of color #5F4CCF: hue angle of 248.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F4CCF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 76 | 207 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.19 |
| HSL | 248.7º | 0.58% | 0.55% | - |
| HSV(B) | 248.7º | 0.63% | 0.81% | - |
| XYZ | 18.57 | 12.11 | 60.39 | - |
| YUV | 96.62 | 190.29 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 207 | 0.54 | 0.63 | 0 | 0.19 | 248.7 | 0.58 | 0.55 |
| Hex | 5F | 4C | CF | 36 | 3F | 0 | 13 | F9 | 3A | 37 |
| Octal | 137 | 114 | 317 | 66 | 77 | 0 | 23 | 371 | 72 | 67 |
| Binary | 1011111 | 1001100 | 11001111 | 110110 | 111111 | 0 | 10011 | 11111001 | 111010 | 110111 |
Color Harmonies of #5F4CCF
Complementary color
Monochromatic Colors of #5F4CCF
Black with #5F4CCF
Text Example
Text Example
White with #5F4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4CCF; }
p { color: rgb(95,76,207); }
H1.HeaderClassName
{
color: #5F4CCF;
}
.AnyTagClassName
{
color: #5F4CCF;
}
</style>
background-color css
<style>
a { background-color: #5F4CCF; }
a { background-color: rgb(95,76,207); }
div.DivClassName
{
background-color: #5F4CCF;
}
.BgClassName
{
background-color: #5F4CCF;
}
</style>
border-color css
<style>
span { border-color: #5F4CCF; }
span { border-color: rgb(95,76,207); }
td.TdClassName
{
border-color: #5F4CCF;
}
.TagClassName
{
border-color: #5F4CCF;
}
</style>