Shades of Deluge #837BAF
Tints of Deluge #837BAF
RGB
CMYK
RGB Variations
Color information
#837BAF (or 0x837BAF) is known color: Deluge. HEX triplet: 83, 7B and AF. RGB value is (131,123,175). Sum of RGB (Red+Green+Blue) = 131+123+175=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #837BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BAF is #7C8450. Grayscale: #838383. Windows color (decimal): -8160337 or 11500419. OLE color: 11500419.
HSL color Cylindrical-coordinate representation of color #837BAF: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837BAF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 123 | 175 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.31 |
| HSL | 249.23º | 0.25% | 0.58% | - |
| HSV(B) | 249.23º | 0.3% | 0.69% | - |
| XYZ | 24.18 | 22.09 | 43.55 | - |
| YUV | 131.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 175 | 0.25 | 0.30 | 0 | 0.31 | 249.23 | 0.25 | 0.58 |
| Hex | 83 | 7B | AF | 19 | 1E | 0 | 1F | F9 | 19 | 3A |
| Octal | 203 | 173 | 257 | 31 | 36 | 0 | 37 | 371 | 31 | 72 |
| Binary | 10000011 | 1111011 | 10101111 | 11001 | 11110 | 0 | 11111 | 11111001 | 11001 | 111010 |
Color Harmonies of #837BAF
Complementary color
Monochromatic Colors of #837BAF
Black with #837BAF
Text Example
Text Example
White with #837BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BAF; }
p { color: rgb(131,123,175); }
H1.HeaderClassName
{
color: #837BAF;
}
.AnyTagClassName
{
color: #837BAF;
}
</style>
background-color css
<style>
a { background-color: #837BAF; }
a { background-color: rgb(131,123,175); }
div.DivClassName
{
background-color: #837BAF;
}
.BgClassName
{
background-color: #837BAF;
}
</style>
border-color css
<style>
span { border-color: #837BAF; }
span { border-color: rgb(131,123,175); }
td.TdClassName
{
border-color: #837BAF;
}
.TagClassName
{
border-color: #837BAF;
}
</style>