Shades of Lochinvar #408F82
Tints of Lochinvar #408F82
RGB
CMYK
RGB Variations
Color information
#408F82 (or 0x408F82) is known color: Lochinvar. HEX triplet: 40, 8F and 82. RGB value is (64,143,130). Sum of RGB (Red+Green+Blue) = 64+143+130=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #408F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F82 is #BF707D. Grayscale: #757575. Windows color (decimal): -12546174 or 8556352. OLE color: 8556352.
HSL color Cylindrical-coordinate representation of color #408F82: hue angle of 170.13º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F82 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 130 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.44 |
| HSL | 170.13º | 0.38% | 0.41% | - |
| HSV(B) | 170.13º | 0.55% | 0.56% | - |
| XYZ | 15.97 | 22.35 | 24.59 | - |
| YUV | 117.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 130 | 0.55 | 0 | 0.09 | 0.44 | 170.13 | 0.38 | 0.41 |
| Hex | 40 | 8F | 82 | 37 | 0 | 9 | 2C | AA | 26 | 29 |
| Octal | 100 | 217 | 202 | 67 | 0 | 11 | 54 | 252 | 46 | 51 |
| Binary | 1000000 | 10001111 | 10000010 | 110111 | 0 | 1001 | 101100 | 10101010 | 100110 | 101001 |
Color Harmonies of #408F82
Complementary color
Monochromatic Colors of #408F82
Black with #408F82
Text Example
Text Example
White with #408F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F82; }
p { color: rgb(64,143,130); }
H1.HeaderClassName
{
color: #408F82;
}
.AnyTagClassName
{
color: #408F82;
}
</style>
background-color css
<style>
a { background-color: #408F82; }
a { background-color: rgb(64,143,130); }
div.DivClassName
{
background-color: #408F82;
}
.BgClassName
{
background-color: #408F82;
}
</style>
border-color css
<style>
span { border-color: #408F82; }
span { border-color: rgb(64,143,130); }
td.TdClassName
{
border-color: #408F82;
}
.TagClassName
{
border-color: #408F82;
}
</style>