Shades of Deluge #827F9B
Tints of Deluge #827F9B
RGB
CMYK
RGB Variations
Color information
#827F9B (or 0x827F9B) is known color: Deluge. HEX triplet: 82, 7F and 9B. RGB value is (130,127,155). Sum of RGB (Red+Green+Blue) = 130+127+155=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #827F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F9B is #7D8064. Grayscale: #828282. Windows color (decimal): -8224869 or 10190722. OLE color: 10190722.
HSL color Cylindrical-coordinate representation of color #827F9B: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827F9B is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 127 | 155 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.39 |
| HSL | 246.43º | 0.12% | 0.55% | - |
| HSV(B) | 246.43º | 0.18% | 0.61% | - |
| XYZ | 22.71 | 22.29 | 34.12 | - |
| YUV | 131.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 155 | 0.16 | 0.18 | 0 | 0.39 | 246.43 | 0.12 | 0.55 |
| Hex | 82 | 7F | 9B | 10 | 12 | 0 | 27 | F6 | C | 37 |
| Octal | 202 | 177 | 233 | 20 | 22 | 0 | 47 | 366 | 14 | 67 |
| Binary | 10000010 | 1111111 | 10011011 | 10000 | 10010 | 0 | 100111 | 11110110 | 1100 | 110111 |
Color Harmonies of #827F9B
Complementary color
Monochromatic Colors of #827F9B
Black with #827F9B
Text Example
Text Example
White with #827F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F9B; }
p { color: rgb(130,127,155); }
H1.HeaderClassName
{
color: #827F9B;
}
.AnyTagClassName
{
color: #827F9B;
}
</style>
background-color css
<style>
a { background-color: #827F9B; }
a { background-color: rgb(130,127,155); }
div.DivClassName
{
background-color: #827F9B;
}
.BgClassName
{
background-color: #827F9B;
}
</style>
border-color css
<style>
span { border-color: #827F9B; }
span { border-color: rgb(130,127,155); }
td.TdClassName
{
border-color: #827F9B;
}
.TagClassName
{
border-color: #827F9B;
}
</style>