Shades of Slate Blue #5F41CF
Tints of Slate Blue #5F41CF
RGB
CMYK
RGB Variations
Color information
#5F41CF (or 0x5F41CF) is known color: Slate Blue. HEX triplet: 5F, 41 and CF. RGB value is (95,65,207). Sum of RGB (Red+Green+Blue) = 95+65+207=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F41CF is #A0BE30. Grayscale: #595959. Windows color (decimal): -10534449 or 13582687. OLE color: 13582687.
HSL color Cylindrical-coordinate representation of color #5F41CF: hue angle of 252.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F41CF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 65 | 207 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.19 |
| HSL | 252.68º | 0.6% | 0.53% | - |
| HSV(B) | 252.68º | 0.69% | 0.81% | - |
| XYZ | 17.87 | 10.72 | 60.16 | - |
| YUV | 90.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 207 | 0.54 | 0.69 | 0 | 0.19 | 252.68 | 0.6 | 0.53 |
| Hex | 5F | 41 | CF | 36 | 45 | 0 | 13 | FD | 3C | 35 |
| Octal | 137 | 101 | 317 | 66 | 105 | 0 | 23 | 375 | 74 | 65 |
| Binary | 1011111 | 1000001 | 11001111 | 110110 | 1000101 | 0 | 10011 | 11111101 | 111100 | 110101 |
Color Harmonies of #5F41CF
Complementary color
Monochromatic Colors of #5F41CF
Black with #5F41CF
Text Example
Text Example
White with #5F41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F41CF; }
p { color: rgb(95,65,207); }
H1.HeaderClassName
{
color: #5F41CF;
}
.AnyTagClassName
{
color: #5F41CF;
}
</style>
background-color css
<style>
a { background-color: #5F41CF; }
a { background-color: rgb(95,65,207); }
div.DivClassName
{
background-color: #5F41CF;
}
.BgClassName
{
background-color: #5F41CF;
}
</style>
border-color css
<style>
span { border-color: #5F41CF; }
span { border-color: rgb(95,65,207); }
td.TdClassName
{
border-color: #5F41CF;
}
.TagClassName
{
border-color: #5F41CF;
}
</style>