Shades of Slate Blue #834EDB
Tints of Slate Blue #834EDB
RGB
CMYK
RGB Variations
Color information
#834EDB (or 0x834EDB) is known color: Slate Blue. HEX triplet: 83, 4E and DB. RGB value is (131,78,219). Sum of RGB (Red+Green+Blue) = 131+78+219=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #834EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDB is #7CB124. Grayscale: #6D6D6D. Windows color (decimal): -8171813 or 14372483. OLE color: 14372483.
HSL color Cylindrical-coordinate representation of color #834EDB: hue angle of 262.55º 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 #834EDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 78 | 219 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.14 |
| HSL | 262.55º | 0.66% | 0.58% | - |
| HSV(B) | 262.55º | 0.64% | 0.86% | - |
| XYZ | 24.87 | 15.39 | 68.68 | - |
| YUV | 109.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 219 | 0.40 | 0.64 | 0 | 0.14 | 262.55 | 0.66 | 0.58 |
| Hex | 83 | 4E | DB | 28 | 40 | 0 | E | 107 | 42 | 3A |
| Octal | 203 | 116 | 333 | 50 | 100 | 0 | 16 | 407 | 102 | 72 |
| Binary | 10000011 | 1001110 | 11011011 | 101000 | 1000000 | 0 | 1110 | 100000111 | 1000010 | 111010 |
Color Harmonies of #834EDB
Complementary color
Monochromatic Colors of #834EDB
Black with #834EDB
Text Example
Text Example
White with #834EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EDB; }
p { color: rgb(131,78,219); }
H1.HeaderClassName
{
color: #834EDB;
}
.AnyTagClassName
{
color: #834EDB;
}
</style>
background-color css
<style>
a { background-color: #834EDB; }
a { background-color: rgb(131,78,219); }
div.DivClassName
{
background-color: #834EDB;
}
.BgClassName
{
background-color: #834EDB;
}
</style>
border-color css
<style>
span { border-color: #834EDB; }
span { border-color: rgb(131,78,219); }
td.TdClassName
{
border-color: #834EDB;
}
.TagClassName
{
border-color: #834EDB;
}
</style>