Shades of Deluge #8C81AF
Tints of Deluge #8C81AF
RGB
CMYK
RGB Variations
Color information
#8C81AF (or 0x8C81AF) is known color: Deluge. HEX triplet: 8C, 81 and AF. RGB value is (140,129,175). Sum of RGB (Red+Green+Blue) = 140+129+175=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C81AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C81AF is #737E50. Grayscale: #898989. Windows color (decimal): -7568977 or 11501964. OLE color: 11501964.
HSL color Cylindrical-coordinate representation of color #8C81AF: hue angle of 254.35º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C81AF is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 129 | 175 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.31 |
| HSL | 254.35º | 0.22% | 0.6% | - |
| HSV(B) | 254.35º | 0.26% | 0.69% | - |
| XYZ | 26.4 | 24.37 | 43.87 | - |
| YUV | 137.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 175 | 0.2 | 0.26 | 0 | 0.31 | 254.35 | 0.22 | 0.6 |
| Hex | 8C | 81 | AF | 14 | 1A | 0 | 1F | FE | 16 | 3C |
| Octal | 214 | 201 | 257 | 24 | 32 | 0 | 37 | 376 | 26 | 74 |
| Binary | 10001100 | 10000001 | 10101111 | 10100 | 11010 | 0 | 11111 | 11111110 | 10110 | 111100 |
Color Harmonies of #8C81AF
Complementary color
Monochromatic Colors of #8C81AF
Black with #8C81AF
Text Example
Text Example
White with #8C81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81AF; }
p { color: rgb(140,129,175); }
H1.HeaderClassName
{
color: #8C81AF;
}
.AnyTagClassName
{
color: #8C81AF;
}
</style>
background-color css
<style>
a { background-color: #8C81AF; }
a { background-color: rgb(140,129,175); }
div.DivClassName
{
background-color: #8C81AF;
}
.BgClassName
{
background-color: #8C81AF;
}
</style>
border-color css
<style>
span { border-color: #8C81AF; }
span { border-color: rgb(140,129,175); }
td.TdClassName
{
border-color: #8C81AF;
}
.TagClassName
{
border-color: #8C81AF;
}
</style>