Shades of Slate Blue #5144CF
Tints of Slate Blue #5144CF
RGB
CMYK
RGB Variations
Color information
#5144CF (or 0x5144CF) is known color: Slate Blue. HEX triplet: 51, 44 and CF. RGB value is (81,68,207). Sum of RGB (Red+Green+Blue) = 81+68+207=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #5144CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144CF is #AEBB30. Grayscale: #575757. Windows color (decimal): -11451185 or 13583441. OLE color: 13583441.
HSL color Cylindrical-coordinate representation of color #5144CF: hue angle of 245.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5144CF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 68 | 207 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.19 |
| HSL | 245.61º | 0.59% | 0.54% | - |
| HSV(B) | 245.61º | 0.67% | 0.81% | - |
| XYZ | 16.72 | 10.39 | 60.16 | - |
| YUV | 87.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 207 | 0.61 | 0.67 | 0 | 0.19 | 245.61 | 0.59 | 0.54 |
| Hex | 51 | 44 | CF | 3D | 43 | 0 | 13 | F6 | 3B | 36 |
| Octal | 121 | 104 | 317 | 75 | 103 | 0 | 23 | 366 | 73 | 66 |
| Binary | 1010001 | 1000100 | 11001111 | 111101 | 1000011 | 0 | 10011 | 11110110 | 111011 | 110110 |
Color Harmonies of #5144CF
Complementary color
Monochromatic Colors of #5144CF
Black with #5144CF
Text Example
Text Example
White with #5144CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5144CF; }
p { color: rgb(81,68,207); }
H1.HeaderClassName
{
color: #5144CF;
}
.AnyTagClassName
{
color: #5144CF;
}
</style>
background-color css
<style>
a { background-color: #5144CF; }
a { background-color: rgb(81,68,207); }
div.DivClassName
{
background-color: #5144CF;
}
.BgClassName
{
background-color: #5144CF;
}
</style>
border-color css
<style>
span { border-color: #5144CF; }
span { border-color: rgb(81,68,207); }
td.TdClassName
{
border-color: #5144CF;
}
.TagClassName
{
border-color: #5144CF;
}
</style>