Shades of Delta #8F9C82
Tints of Delta #8F9C82
RGB
CMYK
RGB Variations
Color information
#8F9C82 (or 0x8F9C82) is known color: Delta. HEX triplet: 8F, 9C and 82. RGB value is (143,156,130). Sum of RGB (Red+Green+Blue) = 143+156+130=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C82 is #70637D. Grayscale: #959595. Windows color (decimal): -7365502 or 8559759. OLE color: 8559759.
HSL color Cylindrical-coordinate representation of color #8F9C82: hue angle of 90º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9C82 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
RGB | 143 | 156 | 130 | - |
CMYK | 0.08 | 0 | 0.17 | 0.39 |
HSL | 90º | 0.12% | 0.56% | - |
HSV(B) | 90º | 0.17% | 0.61% | - |
XYZ | 27.25 | 31.23 | 25.71 | - |
YUV | 149.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 156 | 130 | 0.08 | 0 | 0.17 | 0.39 | 90 | 0.12 | 0.56 |
Hex | 8F | 9C | 82 | 8 | 0 | 11 | 27 | 5A | C | 38 |
Octal | 217 | 234 | 202 | 10 | 0 | 21 | 47 | 132 | 14 | 70 |
Binary | 10001111 | 10011100 | 10000010 | 1000 | 0 | 10001 | 100111 | 1011010 | 1100 | 111000 |
Color Harmonies of #8F9C82
Complementary color
Monochromatic Colors of #8F9C82
Black with #8F9C82
Text Example
Text Example
White with #8F9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C82; }
p { color: rgb(143,156,130); }
H1.HeaderClassName
{
color: #8F9C82;
}
.AnyTagClassName
{
color: #8F9C82;
}
</style>
background-color css
<style>
a { background-color: #8F9C82; }
a { background-color: rgb(143,156,130); }
div.DivClassName
{
background-color: #8F9C82;
}
.BgClassName
{
background-color: #8F9C82;
}
</style>
border-color css
<style>
span { border-color: #8F9C82; }
span { border-color: rgb(143,156,130); }
td.TdClassName
{
border-color: #8F9C82;
}
.TagClassName
{
border-color: #8F9C82;
}
</style>