Shades of Deluge #8F83A3
Tints of Deluge #8F83A3
RGB
CMYK
RGB Variations
Color information
#8F83A3 (or 0x8F83A3) is known color: Deluge. HEX triplet: 8F, 83 and A3. RGB value is (143,131,163). Sum of RGB (Red+Green+Blue) = 143+131+163=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F83A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83A3 is #707C5C. Grayscale: #8A8A8A. Windows color (decimal): -7371869 or 10716047. OLE color: 10716047.
HSL color Cylindrical-coordinate representation of color #8F83A3: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F83A3 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 131 | 163 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.36 |
| HSL | 262.5º | 0.15% | 0.58% | - |
| HSV(B) | 262.5º | 0.2% | 0.64% | - |
| XYZ | 26.05 | 24.72 | 38.05 | - |
| YUV | 138.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 163 | 0.12 | 0.20 | 0 | 0.36 | 262.5 | 0.15 | 0.58 |
| Hex | 8F | 83 | A3 | C | 14 | 0 | 24 | 106 | F | 3A |
| Octal | 217 | 203 | 243 | 14 | 24 | 0 | 44 | 406 | 17 | 72 |
| Binary | 10001111 | 10000011 | 10100011 | 1100 | 10100 | 0 | 100100 | 100000110 | 1111 | 111010 |
Color Harmonies of #8F83A3
Complementary color
Monochromatic Colors of #8F83A3
Black with #8F83A3
Text Example
Text Example
White with #8F83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83A3; }
p { color: rgb(143,131,163); }
H1.HeaderClassName
{
color: #8F83A3;
}
.AnyTagClassName
{
color: #8F83A3;
}
</style>
background-color css
<style>
a { background-color: #8F83A3; }
a { background-color: rgb(143,131,163); }
div.DivClassName
{
background-color: #8F83A3;
}
.BgClassName
{
background-color: #8F83A3;
}
</style>
border-color css
<style>
span { border-color: #8F83A3; }
span { border-color: rgb(143,131,163); }
td.TdClassName
{
border-color: #8F83A3;
}
.TagClassName
{
border-color: #8F83A3;
}
</style>