Shades of Deluge #827B9B
Tints of Deluge #827B9B
RGB
CMYK
RGB Variations
Color information
#827B9B (or 0x827B9B) is known color: Deluge. HEX triplet: 82, 7B and 9B. RGB value is (130,123,155). Sum of RGB (Red+Green+Blue) = 130+123+155=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #827B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B9B is #7D8464. Grayscale: #808080. Windows color (decimal): -8225893 or 10189698. OLE color: 10189698.
HSL color Cylindrical-coordinate representation of color #827B9B: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827B9B is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 123 | 155 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.39 |
| HSL | 253.13º | 0.14% | 0.55% | - |
| HSV(B) | 253.13º | 0.21% | 0.61% | - |
| XYZ | 22.21 | 21.28 | 33.95 | - |
| YUV | 128.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 155 | 0.16 | 0.21 | 0 | 0.39 | 253.13 | 0.14 | 0.55 |
| Hex | 82 | 7B | 9B | 10 | 15 | 0 | 27 | FD | E | 37 |
| Octal | 202 | 173 | 233 | 20 | 25 | 0 | 47 | 375 | 16 | 67 |
| Binary | 10000010 | 1111011 | 10011011 | 10000 | 10101 | 0 | 100111 | 11111101 | 1110 | 110111 |
Color Harmonies of #827B9B
Complementary color
Monochromatic Colors of #827B9B
Black with #827B9B
Text Example
Text Example
White with #827B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B9B; }
p { color: rgb(130,123,155); }
H1.HeaderClassName
{
color: #827B9B;
}
.AnyTagClassName
{
color: #827B9B;
}
</style>
background-color css
<style>
a { background-color: #827B9B; }
a { background-color: rgb(130,123,155); }
div.DivClassName
{
background-color: #827B9B;
}
.BgClassName
{
background-color: #827B9B;
}
</style>
border-color css
<style>
span { border-color: #827B9B; }
span { border-color: rgb(130,123,155); }
td.TdClassName
{
border-color: #827B9B;
}
.TagClassName
{
border-color: #827B9B;
}
</style>