Shades of Deluge #827F93
Tints of Deluge #827F93
RGB
CMYK
RGB Variations
Color information
#827F93 (or 0x827F93) is known color: Deluge. HEX triplet: 82, 7F and 93. RGB value is (130,127,147). Sum of RGB (Red+Green+Blue) = 130+127+147=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #827F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F93 is #7D806C. Grayscale: #828282. Windows color (decimal): -8224877 or 9666434. OLE color: 9666434.
HSL color Cylindrical-coordinate representation of color #827F93: hue angle of 249º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827F93 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 127 | 147 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.42 |
| HSL | 249º | 0.08% | 0.54% | - |
| HSV(B) | 249º | 0.14% | 0.58% | - |
| XYZ | 22.06 | 22.03 | 30.69 | - |
| YUV | 130.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 147 | 0.12 | 0.14 | 0 | 0.42 | 249 | 0.08 | 0.54 |
| Hex | 82 | 7F | 93 | C | E | 0 | 2A | F9 | 8 | 36 |
| Octal | 202 | 177 | 223 | 14 | 16 | 0 | 52 | 371 | 10 | 66 |
| Binary | 10000010 | 1111111 | 10010011 | 1100 | 1110 | 0 | 101010 | 11111001 | 1000 | 110110 |
Color Harmonies of #827F93
Complementary color
Monochromatic Colors of #827F93
Black with #827F93
Text Example
Text Example
White with #827F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F93; }
p { color: rgb(130,127,147); }
H1.HeaderClassName
{
color: #827F93;
}
.AnyTagClassName
{
color: #827F93;
}
</style>
background-color css
<style>
a { background-color: #827F93; }
a { background-color: rgb(130,127,147); }
div.DivClassName
{
background-color: #827F93;
}
.BgClassName
{
background-color: #827F93;
}
</style>
border-color css
<style>
span { border-color: #827F93; }
span { border-color: rgb(130,127,147); }
td.TdClassName
{
border-color: #827F93;
}
.TagClassName
{
border-color: #827F93;
}
</style>