Shades of Deluge #827F9E
Tints of Deluge #827F9E
RGB
CMYK
RGB Variations
Color information
#827F9E (or 0x827F9E) is known color: Deluge. HEX triplet: 82, 7F and 9E. RGB value is (130,127,158). Sum of RGB (Red+Green+Blue) = 130+127+158=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #827F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F9E is #7D8061. Grayscale: #838383. Windows color (decimal): -8224866 or 10387330. OLE color: 10387330.
HSL color Cylindrical-coordinate representation of color #827F9E: hue angle of 245.81º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827F9E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 127 | 158 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.38 |
| HSL | 245.81º | 0.14% | 0.56% | - |
| HSV(B) | 245.81º | 0.2% | 0.62% | - |
| XYZ | 22.97 | 22.39 | 35.46 | - |
| YUV | 131.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 158 | 0.18 | 0.20 | 0 | 0.38 | 245.81 | 0.14 | 0.56 |
| Hex | 82 | 7F | 9E | 12 | 14 | 0 | 26 | F6 | E | 38 |
| Octal | 202 | 177 | 236 | 22 | 24 | 0 | 46 | 366 | 16 | 70 |
| Binary | 10000010 | 1111111 | 10011110 | 10010 | 10100 | 0 | 100110 | 11110110 | 1110 | 111000 |
Color Harmonies of #827F9E
Complementary color
Monochromatic Colors of #827F9E
Black with #827F9E
Text Example
Text Example
White with #827F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F9E; }
p { color: rgb(130,127,158); }
H1.HeaderClassName
{
color: #827F9E;
}
.AnyTagClassName
{
color: #827F9E;
}
</style>
background-color css
<style>
a { background-color: #827F9E; }
a { background-color: rgb(130,127,158); }
div.DivClassName
{
background-color: #827F9E;
}
.BgClassName
{
background-color: #827F9E;
}
</style>
border-color css
<style>
span { border-color: #827F9E; }
span { border-color: rgb(130,127,158); }
td.TdClassName
{
border-color: #827F9E;
}
.TagClassName
{
border-color: #827F9E;
}
</style>