Shades of Slate Blue #5140CE
Tints of Slate Blue #5140CE
RGB
CMYK
RGB Variations
Color information
#5140CE (or 0x5140CE) is known color: Slate Blue. HEX triplet: 51, 40 and CE. RGB value is (81,64,206). Sum of RGB (Red+Green+Blue) = 81+64+206=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #5140CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140CE is #AEBF31. Grayscale: #545454. Windows color (decimal): -11452210 or 13516881. OLE color: 13516881.
HSL color Cylindrical-coordinate representation of color #5140CE: hue angle of 247.18º degrees, saturation: 0.59, 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 #5140CE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 64 | 206 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.19 |
| HSL | 247.18º | 0.59% | 0.53% | - |
| HSV(B) | 247.18º | 0.69% | 0.81% | - |
| XYZ | 16.37 | 9.87 | 59.44 | - |
| YUV | 85.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 206 | 0.61 | 0.69 | 0 | 0.19 | 247.18 | 0.59 | 0.53 |
| Hex | 51 | 40 | CE | 3D | 45 | 0 | 13 | F7 | 3B | 35 |
| Octal | 121 | 100 | 316 | 75 | 105 | 0 | 23 | 367 | 73 | 65 |
| Binary | 1010001 | 1000000 | 11001110 | 111101 | 1000101 | 0 | 10011 | 11110111 | 111011 | 110101 |
Color Harmonies of #5140CE
Complementary color
Monochromatic Colors of #5140CE
Black with #5140CE
Text Example
Text Example
White with #5140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140CE; }
p { color: rgb(81,64,206); }
H1.HeaderClassName
{
color: #5140CE;
}
.AnyTagClassName
{
color: #5140CE;
}
</style>
background-color css
<style>
a { background-color: #5140CE; }
a { background-color: rgb(81,64,206); }
div.DivClassName
{
background-color: #5140CE;
}
.BgClassName
{
background-color: #5140CE;
}
</style>
border-color css
<style>
span { border-color: #5140CE; }
span { border-color: rgb(81,64,206); }
td.TdClassName
{
border-color: #5140CE;
}
.TagClassName
{
border-color: #5140CE;
}
</style>