Shades of Slate Blue #5F4FCC
Tints of Slate Blue #5F4FCC
RGB
CMYK
RGB Variations
Color information
#5F4FCC (or 0x5F4FCC) is known color: Slate Blue. HEX triplet: 5F, 4F and CC. RGB value is (95,79,204). Sum of RGB (Red+Green+Blue) = 95+79+204=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FCC is #A0B033. Grayscale: #616161. Windows color (decimal): -10530868 or 13389663. OLE color: 13389663.
HSL color Cylindrical-coordinate representation of color #5F4FCC: hue angle of 247.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4FCC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 79 | 204 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.2 |
| HSL | 247.68º | 0.55% | 0.55% | - |
| HSV(B) | 247.68º | 0.61% | 0.8% | - |
| XYZ | 18.41 | 12.38 | 58.55 | - |
| YUV | 98.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 204 | 0.53 | 0.61 | 0 | 0.2 | 247.68 | 0.55 | 0.55 |
| Hex | 5F | 4F | CC | 35 | 3D | 0 | 14 | F8 | 37 | 37 |
| Octal | 137 | 117 | 314 | 65 | 75 | 0 | 24 | 370 | 67 | 67 |
| Binary | 1011111 | 1001111 | 11001100 | 110101 | 111101 | 0 | 10100 | 11111000 | 110111 | 110111 |
Color Harmonies of #5F4FCC
Complementary color
Monochromatic Colors of #5F4FCC
Black with #5F4FCC
Text Example
Text Example
White with #5F4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4FCC; }
p { color: rgb(95,79,204); }
H1.HeaderClassName
{
color: #5F4FCC;
}
.AnyTagClassName
{
color: #5F4FCC;
}
</style>
background-color css
<style>
a { background-color: #5F4FCC; }
a { background-color: rgb(95,79,204); }
div.DivClassName
{
background-color: #5F4FCC;
}
.BgClassName
{
background-color: #5F4FCC;
}
</style>
border-color css
<style>
span { border-color: #5F4FCC; }
span { border-color: rgb(95,79,204); }
td.TdClassName
{
border-color: #5F4FCC;
}
.TagClassName
{
border-color: #5F4FCC;
}
</style>