Shades of Blue Chill #408E8C
Tints of Blue Chill #408E8C
RGB
CMYK
RGB Variations
Color information
#408E8C (or 0x408E8C) is known color: Blue Chill. HEX triplet: 40, 8E and 8C. RGB value is (64,142,140). Sum of RGB (Red+Green+Blue) = 64+142+140=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #408E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E8C is #BF7173. Grayscale: #767676. Windows color (decimal): -12546420 or 9211456. OLE color: 9211456.
HSL color Cylindrical-coordinate representation of color #408E8C: hue angle of 178.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E8C is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 140 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.44 |
| HSL | 178.46º | 0.38% | 0.4% | - |
| HSV(B) | 178.46º | 0.55% | 0.56% | - |
| XYZ | 16.52 | 22.33 | 28.25 | - |
| YUV | 118.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 140 | 0.55 | 0 | 0.01 | 0.44 | 178.46 | 0.38 | 0.4 |
| Hex | 40 | 8E | 8C | 37 | 0 | 1 | 2C | B2 | 26 | 28 |
| Octal | 100 | 216 | 214 | 67 | 0 | 1 | 54 | 262 | 46 | 50 |
| Binary | 1000000 | 10001110 | 10001100 | 110111 | 0 | 1 | 101100 | 10110010 | 100110 | 101000 |
Color Harmonies of #408E8C
Complementary color
Monochromatic Colors of #408E8C
Black with #408E8C
Text Example
Text Example
White with #408E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E8C; }
p { color: rgb(64,142,140); }
H1.HeaderClassName
{
color: #408E8C;
}
.AnyTagClassName
{
color: #408E8C;
}
</style>
background-color css
<style>
a { background-color: #408E8C; }
a { background-color: rgb(64,142,140); }
div.DivClassName
{
background-color: #408E8C;
}
.BgClassName
{
background-color: #408E8C;
}
</style>
border-color css
<style>
span { border-color: #408E8C; }
span { border-color: rgb(64,142,140); }
td.TdClassName
{
border-color: #408E8C;
}
.TagClassName
{
border-color: #408E8C;
}
</style>