Shades of Deluge #8C7DA5
Tints of Deluge #8C7DA5
RGB
CMYK
RGB Variations
Color information
#8C7DA5 (or 0x8C7DA5) is known color: Deluge. HEX triplet: 8C, 7D and A5. RGB value is (140,125,165). Sum of RGB (Red+Green+Blue) = 140+125+165=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C7DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DA5 is #73825A. Grayscale: #858585. Windows color (decimal): -7570011 or 10845580. OLE color: 10845580.
HSL color Cylindrical-coordinate representation of color #8C7DA5: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C7DA5 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 125 | 165 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.35 |
| HSL | 262.5º | 0.18% | 0.57% | - |
| HSV(B) | 262.5º | 0.24% | 0.65% | - |
| XYZ | 24.94 | 22.96 | 38.71 | - |
| YUV | 134.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 165 | 0.15 | 0.24 | 0 | 0.35 | 262.5 | 0.18 | 0.57 |
| Hex | 8C | 7D | A5 | F | 18 | 0 | 23 | 106 | 12 | 39 |
| Octal | 214 | 175 | 245 | 17 | 30 | 0 | 43 | 406 | 22 | 71 |
| Binary | 10001100 | 1111101 | 10100101 | 1111 | 11000 | 0 | 100011 | 100000110 | 10010 | 111001 |
Color Harmonies of #8C7DA5
Complementary color
Monochromatic Colors of #8C7DA5
Black with #8C7DA5
Text Example
Text Example
White with #8C7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DA5; }
p { color: rgb(140,125,165); }
H1.HeaderClassName
{
color: #8C7DA5;
}
.AnyTagClassName
{
color: #8C7DA5;
}
</style>
background-color css
<style>
a { background-color: #8C7DA5; }
a { background-color: rgb(140,125,165); }
div.DivClassName
{
background-color: #8C7DA5;
}
.BgClassName
{
background-color: #8C7DA5;
}
</style>
border-color css
<style>
span { border-color: #8C7DA5; }
span { border-color: rgb(140,125,165); }
td.TdClassName
{
border-color: #8C7DA5;
}
.TagClassName
{
border-color: #8C7DA5;
}
</style>