Shades of Slate Blue #5145DB
Tints of Slate Blue #5145DB
RGB
CMYK
RGB Variations
Color information
#5145DB (or 0x5145DB) is known color: Slate Blue. HEX triplet: 51, 45 and DB. RGB value is (81,69,219). Sum of RGB (Red+Green+Blue) = 81+69+219=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #5145DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145DB is #AEBA24. Grayscale: #595959. Windows color (decimal): -11450917 or 14370129. OLE color: 14370129.
HSL color Cylindrical-coordinate representation of color #5145DB: hue angle of 244.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5145DB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 69 | 219 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.14 |
| HSL | 244.8º | 0.68% | 0.56% | - |
| HSV(B) | 244.8º | 0.68% | 0.86% | - |
| XYZ | 18.31 | 11.12 | 68.2 | - |
| YUV | 89.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 219 | 0.63 | 0.68 | 0 | 0.14 | 244.8 | 0.68 | 0.56 |
| Hex | 51 | 45 | DB | 3F | 44 | 0 | E | F5 | 44 | 38 |
| Octal | 121 | 105 | 333 | 77 | 104 | 0 | 16 | 365 | 104 | 70 |
| Binary | 1010001 | 1000101 | 11011011 | 111111 | 1000100 | 0 | 1110 | 11110101 | 1000100 | 111000 |
Color Harmonies of #5145DB
Complementary color
Monochromatic Colors of #5145DB
Black with #5145DB
Text Example
Text Example
White with #5145DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145DB; }
p { color: rgb(81,69,219); }
H1.HeaderClassName
{
color: #5145DB;
}
.AnyTagClassName
{
color: #5145DB;
}
</style>
background-color css
<style>
a { background-color: #5145DB; }
a { background-color: rgb(81,69,219); }
div.DivClassName
{
background-color: #5145DB;
}
.BgClassName
{
background-color: #5145DB;
}
</style>
border-color css
<style>
span { border-color: #5145DB; }
span { border-color: rgb(81,69,219); }
td.TdClassName
{
border-color: #5145DB;
}
.TagClassName
{
border-color: #5145DB;
}
</style>