Shades of Delta #919F82
Tints of Delta #919F82
RGB
CMYK
RGB Variations
Color information
#919F82 (or 0x919F82) is known color: Delta. HEX triplet: 91, 9F and 82. RGB value is (145,159,130). Sum of RGB (Red+Green+Blue) = 145+159+130=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #919F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F82 is #6E607D. Grayscale: #979797. Windows color (decimal): -7233662 or 8560529. OLE color: 8560529.
HSL color Cylindrical-coordinate representation of color #919F82: hue angle of 88.97º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #919F82 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 130 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.38 |
| HSL | 88.97º | 0.13% | 0.57% | - |
| HSV(B) | 88.97º | 0.18% | 0.62% | - |
| XYZ | 28.1 | 32.43 | 25.9 | - |
| YUV | 151.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 130 | 0.09 | 0 | 0.18 | 0.38 | 88.97 | 0.13 | 0.57 |
| Hex | 91 | 9F | 82 | 9 | 0 | 12 | 26 | 59 | D | 39 |
| Octal | 221 | 237 | 202 | 11 | 0 | 22 | 46 | 131 | 15 | 71 |
| Binary | 10010001 | 10011111 | 10000010 | 1001 | 0 | 10010 | 100110 | 1011001 | 1101 | 111001 |
Color Harmonies of #919F82
Complementary color
Monochromatic Colors of #919F82
Black with #919F82
Text Example
Text Example
White with #919F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F82; }
p { color: rgb(145,159,130); }
H1.HeaderClassName
{
color: #919F82;
}
.AnyTagClassName
{
color: #919F82;
}
</style>
background-color css
<style>
a { background-color: #919F82; }
a { background-color: rgb(145,159,130); }
div.DivClassName
{
background-color: #919F82;
}
.BgClassName
{
background-color: #919F82;
}
</style>
border-color css
<style>
span { border-color: #919F82; }
span { border-color: rgb(145,159,130); }
td.TdClassName
{
border-color: #919F82;
}
.TagClassName
{
border-color: #919F82;
}
</style>