Shades of Deluge #827D93
Tints of Deluge #827D93
RGB
CMYK
RGB Variations
Color information
#827D93 (or 0x827D93) is known color: Deluge. HEX triplet: 82, 7D and 93. RGB value is (130,125,147). Sum of RGB (Red+Green+Blue) = 130+125+147=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #827D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D93 is #7D826C. Grayscale: #808080. Windows color (decimal): -8225389 or 9665922. OLE color: 9665922.
HSL color Cylindrical-coordinate representation of color #827D93: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #827D93 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 125 | 147 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.42 |
| HSL | 253.64º | 0.09% | 0.53% | - |
| HSV(B) | 253.64º | 0.15% | 0.58% | - |
| XYZ | 21.81 | 21.52 | 30.61 | - |
| YUV | 129 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 147 | 0.12 | 0.15 | 0 | 0.42 | 253.64 | 0.09 | 0.53 |
| Hex | 82 | 7D | 93 | C | F | 0 | 2A | FE | 9 | 35 |
| Octal | 202 | 175 | 223 | 14 | 17 | 0 | 52 | 376 | 11 | 65 |
| Binary | 10000010 | 1111101 | 10010011 | 1100 | 1111 | 0 | 101010 | 11111110 | 1001 | 110101 |
Color Harmonies of #827D93
Complementary color
Monochromatic Colors of #827D93
Black with #827D93
Text Example
Text Example
White with #827D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D93; }
p { color: rgb(130,125,147); }
H1.HeaderClassName
{
color: #827D93;
}
.AnyTagClassName
{
color: #827D93;
}
</style>
background-color css
<style>
a { background-color: #827D93; }
a { background-color: rgb(130,125,147); }
div.DivClassName
{
background-color: #827D93;
}
.BgClassName
{
background-color: #827D93;
}
</style>
border-color css
<style>
span { border-color: #827D93; }
span { border-color: rgb(130,125,147); }
td.TdClassName
{
border-color: #827D93;
}
.TagClassName
{
border-color: #827D93;
}
</style>