Shades of Deluge #827A9B
Tints of Deluge #827A9B
RGB
CMYK
RGB Variations
Color information
#827A9B (or 0x827A9B) is known color: Deluge. HEX triplet: 82, 7A and 9B. RGB value is (130,122,155). Sum of RGB (Red+Green+Blue) = 130+122+155=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #827A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A9B is #7D8564. Grayscale: #808080. Windows color (decimal): -8226149 or 10189442. OLE color: 10189442.
HSL color Cylindrical-coordinate representation of color #827A9B: hue angle of 254.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827A9B is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 122 | 155 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.39 |
| HSL | 254.55º | 0.14% | 0.54% | - |
| HSV(B) | 254.55º | 0.21% | 0.61% | - |
| XYZ | 22.08 | 21.03 | 33.91 | - |
| YUV | 128.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 155 | 0.16 | 0.21 | 0 | 0.39 | 254.55 | 0.14 | 0.54 |
| Hex | 82 | 7A | 9B | 10 | 15 | 0 | 27 | FF | E | 36 |
| Octal | 202 | 172 | 233 | 20 | 25 | 0 | 47 | 377 | 16 | 66 |
| Binary | 10000010 | 1111010 | 10011011 | 10000 | 10101 | 0 | 100111 | 11111111 | 1110 | 110110 |
Color Harmonies of #827A9B
Complementary color
Monochromatic Colors of #827A9B
Black with #827A9B
Text Example
Text Example
White with #827A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A9B; }
p { color: rgb(130,122,155); }
H1.HeaderClassName
{
color: #827A9B;
}
.AnyTagClassName
{
color: #827A9B;
}
</style>
background-color css
<style>
a { background-color: #827A9B; }
a { background-color: rgb(130,122,155); }
div.DivClassName
{
background-color: #827A9B;
}
.BgClassName
{
background-color: #827A9B;
}
</style>
border-color css
<style>
span { border-color: #827A9B; }
span { border-color: rgb(130,122,155); }
td.TdClassName
{
border-color: #827A9B;
}
.TagClassName
{
border-color: #827A9B;
}
</style>