Shades of Slate Blue #834DDA
Tints of Slate Blue #834DDA
RGB
CMYK
RGB Variations
Color information
#834DDA (or 0x834DDA) is known color: Slate Blue. HEX triplet: 83, 4D and DA. RGB value is (131,77,218). Sum of RGB (Red+Green+Blue) = 131+77+218=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #834DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DDA is #7CB225. Grayscale: #6C6C6C. Windows color (decimal): -8172070 or 14306691. OLE color: 14306691.
HSL color Cylindrical-coordinate representation of color #834DDA: hue angle of 262.98º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834DDA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 77 | 218 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.15 |
| HSL | 262.98º | 0.66% | 0.58% | - |
| HSV(B) | 262.98º | 0.65% | 0.85% | - |
| XYZ | 24.67 | 15.2 | 67.96 | - |
| YUV | 109.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 218 | 0.40 | 0.65 | 0 | 0.15 | 262.98 | 0.66 | 0.58 |
| Hex | 83 | 4D | DA | 28 | 41 | 0 | F | 107 | 42 | 3A |
| Octal | 203 | 115 | 332 | 50 | 101 | 0 | 17 | 407 | 102 | 72 |
| Binary | 10000011 | 1001101 | 11011010 | 101000 | 1000001 | 0 | 1111 | 100000111 | 1000010 | 111010 |
Color Harmonies of #834DDA
Complementary color
Monochromatic Colors of #834DDA
Black with #834DDA
Text Example
Text Example
White with #834DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DDA; }
p { color: rgb(131,77,218); }
H1.HeaderClassName
{
color: #834DDA;
}
.AnyTagClassName
{
color: #834DDA;
}
</style>
background-color css
<style>
a { background-color: #834DDA; }
a { background-color: rgb(131,77,218); }
div.DivClassName
{
background-color: #834DDA;
}
.BgClassName
{
background-color: #834DDA;
}
</style>
border-color css
<style>
span { border-color: #834DDA; }
span { border-color: rgb(131,77,218); }
td.TdClassName
{
border-color: #834DDA;
}
.TagClassName
{
border-color: #834DDA;
}
</style>