Shades of Slate Blue #514BD9
Tints of Slate Blue #514BD9
RGB
CMYK
RGB Variations
Color information
#514BD9 (or 0x514BD9) is known color: Slate Blue. HEX triplet: 51, 4B and D9. RGB value is (81,75,217). Sum of RGB (Red+Green+Blue) = 81+75+217=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #514BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BD9 is #AEB426. Grayscale: #5C5C5C. Windows color (decimal): -11449383 or 14240593. OLE color: 14240593.
HSL color Cylindrical-coordinate representation of color #514BD9: hue angle of 242.54º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514BD9 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 75 | 217 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.15 |
| HSL | 242.54º | 0.65% | 0.57% | - |
| HSV(B) | 242.54º | 0.65% | 0.85% | - |
| XYZ | 18.43 | 11.79 | 66.95 | - |
| YUV | 92.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 217 | 0.63 | 0.65 | 0 | 0.15 | 242.54 | 0.65 | 0.57 |
| Hex | 51 | 4B | D9 | 3F | 41 | 0 | F | F3 | 41 | 39 |
| Octal | 121 | 113 | 331 | 77 | 101 | 0 | 17 | 363 | 101 | 71 |
| Binary | 1010001 | 1001011 | 11011001 | 111111 | 1000001 | 0 | 1111 | 11110011 | 1000001 | 111001 |
Color Harmonies of #514BD9
Complementary color
Monochromatic Colors of #514BD9
Black with #514BD9
Text Example
Text Example
White with #514BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BD9; }
p { color: rgb(81,75,217); }
H1.HeaderClassName
{
color: #514BD9;
}
.AnyTagClassName
{
color: #514BD9;
}
</style>
background-color css
<style>
a { background-color: #514BD9; }
a { background-color: rgb(81,75,217); }
div.DivClassName
{
background-color: #514BD9;
}
.BgClassName
{
background-color: #514BD9;
}
</style>
border-color css
<style>
span { border-color: #514BD9; }
span { border-color: rgb(81,75,217); }
td.TdClassName
{
border-color: #514BD9;
}
.TagClassName
{
border-color: #514BD9;
}
</style>