Shades of Deluge #827FAD
Tints of Deluge #827FAD
RGB
CMYK
RGB Variations
Color information
#827FAD (or 0x827FAD) is known color: Deluge. HEX triplet: 82, 7F and AD. RGB value is (130,127,173). Sum of RGB (Red+Green+Blue) = 130+127+173=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #827FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAD is #7D8052. Grayscale: #848484. Windows color (decimal): -8224851 or 11370370. OLE color: 11370370.
HSL color Cylindrical-coordinate representation of color #827FAD: hue angle of 243.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827FAD is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 127 | 173 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.32 |
| HSL | 243.91º | 0.22% | 0.59% | - |
| HSV(B) | 243.91º | 0.27% | 0.68% | - |
| XYZ | 24.34 | 22.94 | 42.68 | - |
| YUV | 133.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 173 | 0.25 | 0.27 | 0 | 0.32 | 243.91 | 0.22 | 0.59 |
| Hex | 82 | 7F | AD | 19 | 1B | 0 | 20 | F4 | 16 | 3B |
| Octal | 202 | 177 | 255 | 31 | 33 | 0 | 40 | 364 | 26 | 73 |
| Binary | 10000010 | 1111111 | 10101101 | 11001 | 11011 | 0 | 100000 | 11110100 | 10110 | 111011 |
Color Harmonies of #827FAD
Complementary color
Monochromatic Colors of #827FAD
Black with #827FAD
Text Example
Text Example
White with #827FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FAD; }
p { color: rgb(130,127,173); }
H1.HeaderClassName
{
color: #827FAD;
}
.AnyTagClassName
{
color: #827FAD;
}
</style>
background-color css
<style>
a { background-color: #827FAD; }
a { background-color: rgb(130,127,173); }
div.DivClassName
{
background-color: #827FAD;
}
.BgClassName
{
background-color: #827FAD;
}
</style>
border-color css
<style>
span { border-color: #827FAD; }
span { border-color: rgb(130,127,173); }
td.TdClassName
{
border-color: #827FAD;
}
.TagClassName
{
border-color: #827FAD;
}
</style>