Shades of Deluge #827FAB
Tints of Deluge #827FAB
RGB
CMYK
RGB Variations
Color information
#827FAB (or 0x827FAB) is known color: Deluge. HEX triplet: 82, 7F and AB. RGB value is (130,127,171). Sum of RGB (Red+Green+Blue) = 130+127+171=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #827FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAB is #7D8054. Grayscale: #848484. Windows color (decimal): -8224853 or 11239298. OLE color: 11239298.
HSL color Cylindrical-coordinate representation of color #827FAB: hue angle of 244.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827FAB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 127 | 171 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.33 |
| HSL | 244.09º | 0.21% | 0.58% | - |
| HSV(B) | 244.09º | 0.26% | 0.67% | - |
| XYZ | 24.15 | 22.86 | 41.67 | - |
| YUV | 132.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 171 | 0.24 | 0.26 | 0 | 0.33 | 244.09 | 0.21 | 0.58 |
| Hex | 82 | 7F | AB | 18 | 1A | 0 | 21 | F4 | 15 | 3A |
| Octal | 202 | 177 | 253 | 30 | 32 | 0 | 41 | 364 | 25 | 72 |
| Binary | 10000010 | 1111111 | 10101011 | 11000 | 11010 | 0 | 100001 | 11110100 | 10101 | 111010 |
Color Harmonies of #827FAB
Complementary color
Monochromatic Colors of #827FAB
Black with #827FAB
Text Example
Text Example
White with #827FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FAB; }
p { color: rgb(130,127,171); }
H1.HeaderClassName
{
color: #827FAB;
}
.AnyTagClassName
{
color: #827FAB;
}
</style>
background-color css
<style>
a { background-color: #827FAB; }
a { background-color: rgb(130,127,171); }
div.DivClassName
{
background-color: #827FAB;
}
.BgClassName
{
background-color: #827FAB;
}
</style>
border-color css
<style>
span { border-color: #827FAB; }
span { border-color: rgb(130,127,171); }
td.TdClassName
{
border-color: #827FAB;
}
.TagClassName
{
border-color: #827FAB;
}
</style>