Shades of Deluge #8A7C9C
Tints of Deluge #8A7C9C
RGB
CMYK
RGB Variations
Color information
#8A7C9C (or 0x8A7C9C) is known color: Deluge. HEX triplet: 8A, 7C and 9C. RGB value is (138,124,156). Sum of RGB (Red+Green+Blue) = 138+124+156=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C9C is #758363. Grayscale: #838383. Windows color (decimal): -7701348 or 10255498. OLE color: 10255498.
HSL color Cylindrical-coordinate representation of color #8A7C9C: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A7C9C is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 124 | 156 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.39 |
| HSL | 266.25º | 0.14% | 0.55% | - |
| HSV(B) | 266.25º | 0.21% | 0.61% | - |
| XYZ | 23.69 | 22.22 | 34.49 | - |
| YUV | 131.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 156 | 0.12 | 0.21 | 0 | 0.39 | 266.25 | 0.14 | 0.55 |
| Hex | 8A | 7C | 9C | C | 15 | 0 | 27 | 10A | E | 37 |
| Octal | 212 | 174 | 234 | 14 | 25 | 0 | 47 | 412 | 16 | 67 |
| Binary | 10001010 | 1111100 | 10011100 | 1100 | 10101 | 0 | 100111 | 100001010 | 1110 | 110111 |
Color Harmonies of #8A7C9C
Complementary color
Monochromatic Colors of #8A7C9C
Black with #8A7C9C
Text Example
Text Example
White with #8A7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C9C; }
p { color: rgb(138,124,156); }
H1.HeaderClassName
{
color: #8A7C9C;
}
.AnyTagClassName
{
color: #8A7C9C;
}
</style>
background-color css
<style>
a { background-color: #8A7C9C; }
a { background-color: rgb(138,124,156); }
div.DivClassName
{
background-color: #8A7C9C;
}
.BgClassName
{
background-color: #8A7C9C;
}
</style>
border-color css
<style>
span { border-color: #8A7C9C; }
span { border-color: rgb(138,124,156); }
td.TdClassName
{
border-color: #8A7C9C;
}
.TagClassName
{
border-color: #8A7C9C;
}
</style>