Shades of Deluge #8A7BA0
Tints of Deluge #8A7BA0
RGB
CMYK
RGB Variations
Color information
#8A7BA0 (or 0x8A7BA0) is known color: Deluge. HEX triplet: 8A, 7B and A0. RGB value is (138,123,160). Sum of RGB (Red+Green+Blue) = 138+123+160=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7BA0 is #75845F. Grayscale: #838383. Windows color (decimal): -7701600 or 10517386. OLE color: 10517386.
HSL color Cylindrical-coordinate representation of color #8A7BA0: hue angle of 264.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A7BA0 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 123 | 160 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.37 |
| HSL | 264.32º | 0.16% | 0.55% | - |
| HSV(B) | 264.32º | 0.23% | 0.63% | - |
| XYZ | 23.91 | 22.11 | 36.26 | - |
| YUV | 131.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 160 | 0.14 | 0.23 | 0 | 0.37 | 264.32 | 0.16 | 0.55 |
| Hex | 8A | 7B | A0 | E | 17 | 0 | 25 | 108 | 10 | 37 |
| Octal | 212 | 173 | 240 | 16 | 27 | 0 | 45 | 410 | 20 | 67 |
| Binary | 10001010 | 1111011 | 10100000 | 1110 | 10111 | 0 | 100101 | 100001000 | 10000 | 110111 |
Color Harmonies of #8A7BA0
Complementary color
Monochromatic Colors of #8A7BA0
Black with #8A7BA0
Text Example
Text Example
White with #8A7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BA0; }
p { color: rgb(138,123,160); }
H1.HeaderClassName
{
color: #8A7BA0;
}
.AnyTagClassName
{
color: #8A7BA0;
}
</style>
background-color css
<style>
a { background-color: #8A7BA0; }
a { background-color: rgb(138,123,160); }
div.DivClassName
{
background-color: #8A7BA0;
}
.BgClassName
{
background-color: #8A7BA0;
}
</style>
border-color css
<style>
span { border-color: #8A7BA0; }
span { border-color: rgb(138,123,160); }
td.TdClassName
{
border-color: #8A7BA0;
}
.TagClassName
{
border-color: #8A7BA0;
}
</style>