Shades of Slate Blue #814FDB
Tints of Slate Blue #814FDB
RGB
CMYK
RGB Variations
Color information
#814FDB (or 0x814FDB) is known color: Slate Blue. HEX triplet: 81, 4F and DB. RGB value is (129,79,219). Sum of RGB (Red+Green+Blue) = 129+79+219=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #814FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FDB is #7EB024. Grayscale: #6D6D6D. Windows color (decimal): -8302629 or 14372737. OLE color: 14372737.
HSL color Cylindrical-coordinate representation of color #814FDB: hue angle of 261.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #814FDB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 79 | 219 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.14 |
| HSL | 261.43º | 0.66% | 0.58% | - |
| HSV(B) | 261.43º | 0.64% | 0.86% | - |
| XYZ | 24.64 | 15.37 | 68.69 | - |
| YUV | 109.91 | 189.57 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 219 | 0.41 | 0.64 | 0 | 0.14 | 261.43 | 0.66 | 0.58 |
| Hex | 81 | 4F | DB | 29 | 40 | 0 | E | 105 | 42 | 3A |
| Octal | 201 | 117 | 333 | 51 | 100 | 0 | 16 | 405 | 102 | 72 |
| Binary | 10000001 | 1001111 | 11011011 | 101001 | 1000000 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #814FDB
Complementary color
Monochromatic Colors of #814FDB
Black with #814FDB
Text Example
Text Example
White with #814FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FDB; }
p { color: rgb(129,79,219); }
H1.HeaderClassName
{
color: #814FDB;
}
.AnyTagClassName
{
color: #814FDB;
}
</style>
background-color css
<style>
a { background-color: #814FDB; }
a { background-color: rgb(129,79,219); }
div.DivClassName
{
background-color: #814FDB;
}
.BgClassName
{
background-color: #814FDB;
}
</style>
border-color css
<style>
span { border-color: #814FDB; }
span { border-color: rgb(129,79,219); }
td.TdClassName
{
border-color: #814FDB;
}
.TagClassName
{
border-color: #814FDB;
}
</style>