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