Shades of Slate Blue #5141CF
Tints of Slate Blue #5141CF
RGB
CMYK
RGB Variations
Color information
#5141CF (or 0x5141CF) is known color: Slate Blue. HEX triplet: 51, 41 and CF. RGB value is (81,65,207). Sum of RGB (Red+Green+Blue) = 81+65+207=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #5141CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CF is #AEBE30. Grayscale: #555555. Windows color (decimal): -11451953 or 13582673. OLE color: 13582673.
HSL color Cylindrical-coordinate representation of color #5141CF: hue angle of 246.76º 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 #5141CF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 65 | 207 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.19 |
| HSL | 246.76º | 0.6% | 0.53% | - |
| HSV(B) | 246.76º | 0.69% | 0.81% | - |
| XYZ | 16.55 | 10.03 | 60.1 | - |
| YUV | 85.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 207 | 0.61 | 0.69 | 0 | 0.19 | 246.76 | 0.6 | 0.53 |
| Hex | 51 | 41 | CF | 3D | 45 | 0 | 13 | F7 | 3C | 35 |
| Octal | 121 | 101 | 317 | 75 | 105 | 0 | 23 | 367 | 74 | 65 |
| Binary | 1010001 | 1000001 | 11001111 | 111101 | 1000101 | 0 | 10011 | 11110111 | 111100 | 110101 |
Color Harmonies of #5141CF
Complementary color
Monochromatic Colors of #5141CF
Black with #5141CF
Text Example
Text Example
White with #5141CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141CF; }
p { color: rgb(81,65,207); }
H1.HeaderClassName
{
color: #5141CF;
}
.AnyTagClassName
{
color: #5141CF;
}
</style>
background-color css
<style>
a { background-color: #5141CF; }
a { background-color: rgb(81,65,207); }
div.DivClassName
{
background-color: #5141CF;
}
.BgClassName
{
background-color: #5141CF;
}
</style>
border-color css
<style>
span { border-color: #5141CF; }
span { border-color: rgb(81,65,207); }
td.TdClassName
{
border-color: #5141CF;
}
.TagClassName
{
border-color: #5141CF;
}
</style>