Shades of Deluge #8A789F
Tints of Deluge #8A789F
RGB
CMYK
RGB Variations
Color information
#8A789F (or 0x8A789F) is known color: Deluge. HEX triplet: 8A, 78 and 9F. RGB value is (138,120,159). Sum of RGB (Red+Green+Blue) = 138+120+159=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A789F is #758760. Grayscale: #818181. Windows color (decimal): -7702369 or 10451082. OLE color: 10451082.
HSL color Cylindrical-coordinate representation of color #8A789F: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A789F is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 120 | 159 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.38 |
| HSL | 267.69º | 0.17% | 0.55% | - |
| HSV(B) | 267.69º | 0.25% | 0.62% | - |
| XYZ | 23.46 | 21.34 | 35.68 | - |
| YUV | 129.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 159 | 0.13 | 0.25 | 0 | 0.38 | 267.69 | 0.17 | 0.55 |
| Hex | 8A | 78 | 9F | D | 19 | 0 | 26 | 10C | 11 | 37 |
| Octal | 212 | 170 | 237 | 15 | 31 | 0 | 46 | 414 | 21 | 67 |
| Binary | 10001010 | 1111000 | 10011111 | 1101 | 11001 | 0 | 100110 | 100001100 | 10001 | 110111 |
Color Harmonies of #8A789F
Complementary color
Monochromatic Colors of #8A789F
Black with #8A789F
Text Example
Text Example
White with #8A789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A789F; }
p { color: rgb(138,120,159); }
H1.HeaderClassName
{
color: #8A789F;
}
.AnyTagClassName
{
color: #8A789F;
}
</style>
background-color css
<style>
a { background-color: #8A789F; }
a { background-color: rgb(138,120,159); }
div.DivClassName
{
background-color: #8A789F;
}
.BgClassName
{
background-color: #8A789F;
}
</style>
border-color css
<style>
span { border-color: #8A789F; }
span { border-color: rgb(138,120,159); }
td.TdClassName
{
border-color: #8A789F;
}
.TagClassName
{
border-color: #8A789F;
}
</style>