Shades of Deluge #8A7F9E
Tints of Deluge #8A7F9E
RGB
CMYK
RGB Variations
Color information
#8A7F9E (or 0x8A7F9E) is known color: Deluge. HEX triplet: 8A, 7F and 9E. RGB value is (138,127,158). Sum of RGB (Red+Green+Blue) = 138+127+158=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F9E is #758061. Grayscale: #858585. Windows color (decimal): -7700578 or 10387338. OLE color: 10387338.
HSL color Cylindrical-coordinate representation of color #8A7F9E: hue angle of 261.29º 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 #8A7F9E is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 127 | 158 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.38 |
| HSL | 261.29º | 0.14% | 0.56% | - |
| HSV(B) | 261.29º | 0.2% | 0.62% | - |
| XYZ | 24.24 | 23.05 | 35.52 | - |
| YUV | 133.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 158 | 0.13 | 0.20 | 0 | 0.38 | 261.29 | 0.14 | 0.56 |
| Hex | 8A | 7F | 9E | D | 14 | 0 | 26 | 105 | E | 38 |
| Octal | 212 | 177 | 236 | 15 | 24 | 0 | 46 | 405 | 16 | 70 |
| Binary | 10001010 | 1111111 | 10011110 | 1101 | 10100 | 0 | 100110 | 100000101 | 1110 | 111000 |
Color Harmonies of #8A7F9E
Complementary color
Monochromatic Colors of #8A7F9E
Black with #8A7F9E
Text Example
Text Example
White with #8A7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F9E; }
p { color: rgb(138,127,158); }
H1.HeaderClassName
{
color: #8A7F9E;
}
.AnyTagClassName
{
color: #8A7F9E;
}
</style>
background-color css
<style>
a { background-color: #8A7F9E; }
a { background-color: rgb(138,127,158); }
div.DivClassName
{
background-color: #8A7F9E;
}
.BgClassName
{
background-color: #8A7F9E;
}
</style>
border-color css
<style>
span { border-color: #8A7F9E; }
span { border-color: rgb(138,127,158); }
td.TdClassName
{
border-color: #8A7F9E;
}
.TagClassName
{
border-color: #8A7F9E;
}
</style>