Shades of Slate Blue #514ADA
Tints of Slate Blue #514ADA
RGB
CMYK
RGB Variations
Color information
#514ADA (or 0x514ADA) is known color: Slate Blue. HEX triplet: 51, 4A and DA. RGB value is (81,74,218). Sum of RGB (Red+Green+Blue) = 81+74+218=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #514ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADA is #AEB525. Grayscale: #5B5B5B. Windows color (decimal): -11449638 or 14305873. OLE color: 14305873.
HSL color Cylindrical-coordinate representation of color #514ADA: hue angle of 242.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514ADA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 74 | 218 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.15 |
| HSL | 242.92º | 0.66% | 0.57% | - |
| HSV(B) | 242.92º | 0.66% | 0.85% | - |
| XYZ | 18.5 | 11.71 | 67.61 | - |
| YUV | 92.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 218 | 0.63 | 0.66 | 0 | 0.15 | 242.92 | 0.66 | 0.57 |
| Hex | 51 | 4A | DA | 3F | 42 | 0 | F | F3 | 42 | 39 |
| Octal | 121 | 112 | 332 | 77 | 102 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010001 | 1001010 | 11011010 | 111111 | 1000010 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #514ADA
Complementary color
Monochromatic Colors of #514ADA
Black with #514ADA
Text Example
Text Example
White with #514ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ADA; }
p { color: rgb(81,74,218); }
H1.HeaderClassName
{
color: #514ADA;
}
.AnyTagClassName
{
color: #514ADA;
}
</style>
background-color css
<style>
a { background-color: #514ADA; }
a { background-color: rgb(81,74,218); }
div.DivClassName
{
background-color: #514ADA;
}
.BgClassName
{
background-color: #514ADA;
}
</style>
border-color css
<style>
span { border-color: #514ADA; }
span { border-color: rgb(81,74,218); }
td.TdClassName
{
border-color: #514ADA;
}
.TagClassName
{
border-color: #514ADA;
}
</style>