Shades of Deluge #827D9B
Tints of Deluge #827D9B
RGB
CMYK
RGB Variations
Color information
#827D9B (or 0x827D9B) is known color: Deluge. HEX triplet: 82, 7D and 9B. RGB value is (130,125,155). Sum of RGB (Red+Green+Blue) = 130+125+155=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #827D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D9B is #7D8264. Grayscale: #818181. Windows color (decimal): -8225381 or 10190210. OLE color: 10190210.
HSL color Cylindrical-coordinate representation of color #827D9B: hue angle of 250º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #827D9B is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 125 | 155 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.39 |
| HSL | 250º | 0.13% | 0.55% | - |
| HSV(B) | 250º | 0.19% | 0.61% | - |
| XYZ | 22.46 | 21.78 | 34.03 | - |
| YUV | 129.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 155 | 0.16 | 0.19 | 0 | 0.39 | 250 | 0.13 | 0.55 |
| Hex | 82 | 7D | 9B | 10 | 13 | 0 | 27 | FA | D | 37 |
| Octal | 202 | 175 | 233 | 20 | 23 | 0 | 47 | 372 | 15 | 67 |
| Binary | 10000010 | 1111101 | 10011011 | 10000 | 10011 | 0 | 100111 | 11111010 | 1101 | 110111 |
Color Harmonies of #827D9B
Complementary color
Monochromatic Colors of #827D9B
Black with #827D9B
Text Example
Text Example
White with #827D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D9B; }
p { color: rgb(130,125,155); }
H1.HeaderClassName
{
color: #827D9B;
}
.AnyTagClassName
{
color: #827D9B;
}
</style>
background-color css
<style>
a { background-color: #827D9B; }
a { background-color: rgb(130,125,155); }
div.DivClassName
{
background-color: #827D9B;
}
.BgClassName
{
background-color: #827D9B;
}
</style>
border-color css
<style>
span { border-color: #827D9B; }
span { border-color: rgb(130,125,155); }
td.TdClassName
{
border-color: #827D9B;
}
.TagClassName
{
border-color: #827D9B;
}
</style>