Shades of Blue Chill #408F95
Tints of Blue Chill #408F95
RGB
CMYK
RGB Variations
Color information
#408F95 (or 0x408F95) is known color: Blue Chill. HEX triplet: 40, 8F and 95. RGB value is (64,143,149). Sum of RGB (Red+Green+Blue) = 64+143+149=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #408F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F95 is #BF706A. Grayscale: #777777. Windows color (decimal): -12546155 or 9801536. OLE color: 9801536.
HSL color Cylindrical-coordinate representation of color #408F95: hue angle of 184.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408F95 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 143 | 149 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.42 |
| HSL | 184.24º | 0.4% | 0.42% | - |
| HSV(B) | 184.24º | 0.57% | 0.58% | - |
| XYZ | 17.36 | 22.9 | 31.94 | - |
| YUV | 120.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 149 | 0.57 | 0.04 | 0 | 0.42 | 184.24 | 0.4 | 0.42 |
| Hex | 40 | 8F | 95 | 39 | 4 | 0 | 2A | B8 | 28 | 2A |
| Octal | 100 | 217 | 225 | 71 | 4 | 0 | 52 | 270 | 50 | 52 |
| Binary | 1000000 | 10001111 | 10010101 | 111001 | 100 | 0 | 101010 | 10111000 | 101000 | 101010 |
Color Harmonies of #408F95
Complementary color
Monochromatic Colors of #408F95
Black with #408F95
Text Example
Text Example
White with #408F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F95; }
p { color: rgb(64,143,149); }
H1.HeaderClassName
{
color: #408F95;
}
.AnyTagClassName
{
color: #408F95;
}
</style>
background-color css
<style>
a { background-color: #408F95; }
a { background-color: rgb(64,143,149); }
div.DivClassName
{
background-color: #408F95;
}
.BgClassName
{
background-color: #408F95;
}
</style>
border-color css
<style>
span { border-color: #408F95; }
span { border-color: rgb(64,143,149); }
td.TdClassName
{
border-color: #408F95;
}
.TagClassName
{
border-color: #408F95;
}
</style>