Shades of Deluge #837FA4
Tints of Deluge #837FA4
RGB
CMYK
RGB Variations
Color information
#837FA4 (or 0x837FA4) is known color: Deluge. HEX triplet: 83, 7F and A4. RGB value is (131,127,164). Sum of RGB (Red+Green+Blue) = 131+127+164=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #837FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FA4 is #7C805B. Grayscale: #848484. Windows color (decimal): -8159324 or 10780547. OLE color: 10780547.
HSL color Cylindrical-coordinate representation of color #837FA4: hue angle of 246.49º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837FA4 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 127 | 164 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.36 |
| HSL | 246.49º | 0.17% | 0.57% | - |
| HSV(B) | 246.49º | 0.23% | 0.64% | - |
| XYZ | 23.65 | 22.68 | 38.25 | - |
| YUV | 132.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 164 | 0.20 | 0.23 | 0 | 0.36 | 246.49 | 0.17 | 0.57 |
| Hex | 83 | 7F | A4 | 14 | 17 | 0 | 24 | F6 | 11 | 39 |
| Octal | 203 | 177 | 244 | 24 | 27 | 0 | 44 | 366 | 21 | 71 |
| Binary | 10000011 | 1111111 | 10100100 | 10100 | 10111 | 0 | 100100 | 11110110 | 10001 | 111001 |
Color Harmonies of #837FA4
Complementary color
Monochromatic Colors of #837FA4
Black with #837FA4
Text Example
Text Example
White with #837FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FA4; }
p { color: rgb(131,127,164); }
H1.HeaderClassName
{
color: #837FA4;
}
.AnyTagClassName
{
color: #837FA4;
}
</style>
background-color css
<style>
a { background-color: #837FA4; }
a { background-color: rgb(131,127,164); }
div.DivClassName
{
background-color: #837FA4;
}
.BgClassName
{
background-color: #837FA4;
}
</style>
border-color css
<style>
span { border-color: #837FA4; }
span { border-color: rgb(131,127,164); }
td.TdClassName
{
border-color: #837FA4;
}
.TagClassName
{
border-color: #837FA4;
}
</style>