Shades of Deluge #827E94
Tints of Deluge #827E94
RGB
CMYK
RGB Variations
Color information
#827E94 (or 0x827E94) is known color: Deluge. HEX triplet: 82, 7E and 94. RGB value is (130,126,148). Sum of RGB (Red+Green+Blue) = 130+126+148=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #827E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E94 is #7D816B. Grayscale: #818181. Windows color (decimal): -8225132 or 9731714. OLE color: 9731714.
HSL color Cylindrical-coordinate representation of color #827E94: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #827E94 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 126 | 148 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.42 |
| HSL | 250.91º | 0.09% | 0.54% | - |
| HSV(B) | 250.91º | 0.15% | 0.58% | - |
| XYZ | 22.01 | 21.81 | 31.07 | - |
| YUV | 129.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 148 | 0.12 | 0.15 | 0 | 0.42 | 250.91 | 0.09 | 0.54 |
| Hex | 82 | 7E | 94 | C | F | 0 | 2A | FB | 9 | 36 |
| Octal | 202 | 176 | 224 | 14 | 17 | 0 | 52 | 373 | 11 | 66 |
| Binary | 10000010 | 1111110 | 10010100 | 1100 | 1111 | 0 | 101010 | 11111011 | 1001 | 110110 |
Color Harmonies of #827E94
Complementary color
Monochromatic Colors of #827E94
Black with #827E94
Text Example
Text Example
White with #827E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E94; }
p { color: rgb(130,126,148); }
H1.HeaderClassName
{
color: #827E94;
}
.AnyTagClassName
{
color: #827E94;
}
</style>
background-color css
<style>
a { background-color: #827E94; }
a { background-color: rgb(130,126,148); }
div.DivClassName
{
background-color: #827E94;
}
.BgClassName
{
background-color: #827E94;
}
</style>
border-color css
<style>
span { border-color: #827E94; }
span { border-color: rgb(130,126,148); }
td.TdClassName
{
border-color: #827E94;
}
.TagClassName
{
border-color: #827E94;
}
</style>