Shades of Deluge #8F83A6
Tints of Deluge #8F83A6
RGB
CMYK
RGB Variations
Color information
#8F83A6 (or 0x8F83A6) is known color: Deluge. HEX triplet: 8F, 83 and A6. RGB value is (143,131,166). Sum of RGB (Red+Green+Blue) = 143+131+166=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F83A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83A6 is #707C59. Grayscale: #8A8A8A. Windows color (decimal): -7371866 or 10912655. OLE color: 10912655.
HSL color Cylindrical-coordinate representation of color #8F83A6: hue angle of 260.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F83A6 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 131 | 166 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.35 |
| HSL | 260.57º | 0.16% | 0.58% | - |
| HSV(B) | 260.57º | 0.21% | 0.65% | - |
| XYZ | 26.33 | 24.83 | 39.48 | - |
| YUV | 138.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 166 | 0.14 | 0.21 | 0 | 0.35 | 260.57 | 0.16 | 0.58 |
| Hex | 8F | 83 | A6 | E | 15 | 0 | 23 | 105 | 10 | 3A |
| Octal | 217 | 203 | 246 | 16 | 25 | 0 | 43 | 405 | 20 | 72 |
| Binary | 10001111 | 10000011 | 10100110 | 1110 | 10101 | 0 | 100011 | 100000101 | 10000 | 111010 |
Color Harmonies of #8F83A6
Complementary color
Monochromatic Colors of #8F83A6
Black with #8F83A6
Text Example
Text Example
White with #8F83A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83A6; }
p { color: rgb(143,131,166); }
H1.HeaderClassName
{
color: #8F83A6;
}
.AnyTagClassName
{
color: #8F83A6;
}
</style>
background-color css
<style>
a { background-color: #8F83A6; }
a { background-color: rgb(143,131,166); }
div.DivClassName
{
background-color: #8F83A6;
}
.BgClassName
{
background-color: #8F83A6;
}
</style>
border-color css
<style>
span { border-color: #8F83A6; }
span { border-color: rgb(143,131,166); }
td.TdClassName
{
border-color: #8F83A6;
}
.TagClassName
{
border-color: #8F83A6;
}
</style>