Shades of Deluge #8F82A4
Tints of Deluge #8F82A4
RGB
CMYK
RGB Variations
Color information
#8F82A4 (or 0x8F82A4) is known color: Deluge. HEX triplet: 8F, 82 and A4. RGB value is (143,130,164). Sum of RGB (Red+Green+Blue) = 143+130+164=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F82A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F82A4 is #707D5B. Grayscale: #898989. Windows color (decimal): -7372124 or 10781327. OLE color: 10781327.
HSL color Cylindrical-coordinate representation of color #8F82A4: hue angle of 262.94º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F82A4 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 130 | 164 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.36 |
| HSL | 262.94º | 0.16% | 0.58% | - |
| HSV(B) | 262.94º | 0.21% | 0.64% | - |
| XYZ | 26.01 | 24.49 | 38.48 | - |
| YUV | 137.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 164 | 0.13 | 0.21 | 0 | 0.36 | 262.94 | 0.16 | 0.58 |
| Hex | 8F | 82 | A4 | D | 15 | 0 | 24 | 107 | 10 | 3A |
| Octal | 217 | 202 | 244 | 15 | 25 | 0 | 44 | 407 | 20 | 72 |
| Binary | 10001111 | 10000010 | 10100100 | 1101 | 10101 | 0 | 100100 | 100000111 | 10000 | 111010 |
Color Harmonies of #8F82A4
Complementary color
Monochromatic Colors of #8F82A4
Black with #8F82A4
Text Example
Text Example
White with #8F82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82A4; }
p { color: rgb(143,130,164); }
H1.HeaderClassName
{
color: #8F82A4;
}
.AnyTagClassName
{
color: #8F82A4;
}
</style>
background-color css
<style>
a { background-color: #8F82A4; }
a { background-color: rgb(143,130,164); }
div.DivClassName
{
background-color: #8F82A4;
}
.BgClassName
{
background-color: #8F82A4;
}
</style>
border-color css
<style>
span { border-color: #8F82A4; }
span { border-color: rgb(143,130,164); }
td.TdClassName
{
border-color: #8F82A4;
}
.TagClassName
{
border-color: #8F82A4;
}
</style>