Shades of Slate Blue #514ADC
Tints of Slate Blue #514ADC
RGB
CMYK
RGB Variations
Color information
#514ADC (or 0x514ADC) is known color: Slate Blue. HEX triplet: 51, 4A and DC. RGB value is (81,74,220). Sum of RGB (Red+Green+Blue) = 81+74+220=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #514ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADC is #AEB523. Grayscale: #5C5C5C. Windows color (decimal): -11449636 or 14436945. OLE color: 14436945.
HSL color Cylindrical-coordinate representation of color #514ADC: hue angle of 242.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514ADC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 74 | 220 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.14 |
| HSL | 242.88º | 0.68% | 0.58% | - |
| HSV(B) | 242.88º | 0.66% | 0.86% | - |
| XYZ | 18.76 | 11.81 | 69 | - |
| YUV | 92.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 220 | 0.63 | 0.66 | 0 | 0.14 | 242.88 | 0.68 | 0.58 |
| Hex | 51 | 4A | DC | 3F | 42 | 0 | E | F3 | 44 | 3A |
| Octal | 121 | 112 | 334 | 77 | 102 | 0 | 16 | 363 | 104 | 72 |
| Binary | 1010001 | 1001010 | 11011100 | 111111 | 1000010 | 0 | 1110 | 11110011 | 1000100 | 111010 |
Color Harmonies of #514ADC
Complementary color
Monochromatic Colors of #514ADC
Black with #514ADC
Text Example
Text Example
White with #514ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ADC; }
p { color: rgb(81,74,220); }
H1.HeaderClassName
{
color: #514ADC;
}
.AnyTagClassName
{
color: #514ADC;
}
</style>
background-color css
<style>
a { background-color: #514ADC; }
a { background-color: rgb(81,74,220); }
div.DivClassName
{
background-color: #514ADC;
}
.BgClassName
{
background-color: #514ADC;
}
</style>
border-color css
<style>
span { border-color: #514ADC; }
span { border-color: rgb(81,74,220); }
td.TdClassName
{
border-color: #514ADC;
}
.TagClassName
{
border-color: #514ADC;
}
</style>