Shades of Slate Blue #514BDA
Tints of Slate Blue #514BDA
RGB
CMYK
RGB Variations
Color information
#514BDA (or 0x514BDA) is known color: Slate Blue. HEX triplet: 51, 4B and DA. RGB value is (81,75,218). Sum of RGB (Red+Green+Blue) = 81+75+218=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #514BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BDA is #AEB425. Grayscale: #5C5C5C. Windows color (decimal): -11449382 or 14306129. OLE color: 14306129.
HSL color Cylindrical-coordinate representation of color #514BDA: hue angle of 242.52º 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 #514BDA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 75 | 218 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.15 |
| HSL | 242.52º | 0.66% | 0.57% | - |
| HSV(B) | 242.52º | 0.66% | 0.85% | - |
| XYZ | 18.56 | 11.84 | 67.64 | - |
| YUV | 93.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 218 | 0.63 | 0.66 | 0 | 0.15 | 242.52 | 0.66 | 0.57 |
| Hex | 51 | 4B | DA | 3F | 42 | 0 | F | F3 | 42 | 39 |
| Octal | 121 | 113 | 332 | 77 | 102 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010001 | 1001011 | 11011010 | 111111 | 1000010 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #514BDA
Complementary color
Monochromatic Colors of #514BDA
Black with #514BDA
Text Example
Text Example
White with #514BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BDA; }
p { color: rgb(81,75,218); }
H1.HeaderClassName
{
color: #514BDA;
}
.AnyTagClassName
{
color: #514BDA;
}
</style>
background-color css
<style>
a { background-color: #514BDA; }
a { background-color: rgb(81,75,218); }
div.DivClassName
{
background-color: #514BDA;
}
.BgClassName
{
background-color: #514BDA;
}
</style>
border-color css
<style>
span { border-color: #514BDA; }
span { border-color: rgb(81,75,218); }
td.TdClassName
{
border-color: #514BDA;
}
.TagClassName
{
border-color: #514BDA;
}
</style>