Shades of Blue Chill #408F94
Tints of Blue Chill #408F94
RGB
CMYK
RGB Variations
Color information
#408F94 (or 0x408F94) is known color: Blue Chill. HEX triplet: 40, 8F and 94. RGB value is (64,143,148). Sum of RGB (Red+Green+Blue) = 64+143+148=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #408F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F94 is #BF706B. Grayscale: #777777. Windows color (decimal): -12546156 or 9736000. OLE color: 9736000.
HSL color Cylindrical-coordinate representation of color #408F94: hue angle of 183.57º 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 #408F94 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 143 | 148 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.42 |
| HSL | 183.57º | 0.4% | 0.42% | - |
| HSV(B) | 183.57º | 0.57% | 0.58% | - |
| XYZ | 17.28 | 22.87 | 31.52 | - |
| YUV | 119.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 148 | 0.57 | 0.03 | 0 | 0.42 | 183.57 | 0.4 | 0.42 |
| Hex | 40 | 8F | 94 | 39 | 3 | 0 | 2A | B8 | 28 | 2A |
| Octal | 100 | 217 | 224 | 71 | 3 | 0 | 52 | 270 | 50 | 52 |
| Binary | 1000000 | 10001111 | 10010100 | 111001 | 11 | 0 | 101010 | 10111000 | 101000 | 101010 |
Color Harmonies of #408F94
Complementary color
Monochromatic Colors of #408F94
Black with #408F94
Text Example
Text Example
White with #408F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F94; }
p { color: rgb(64,143,148); }
H1.HeaderClassName
{
color: #408F94;
}
.AnyTagClassName
{
color: #408F94;
}
</style>
background-color css
<style>
a { background-color: #408F94; }
a { background-color: rgb(64,143,148); }
div.DivClassName
{
background-color: #408F94;
}
.BgClassName
{
background-color: #408F94;
}
</style>
border-color css
<style>
span { border-color: #408F94; }
span { border-color: rgb(64,143,148); }
td.TdClassName
{
border-color: #408F94;
}
.TagClassName
{
border-color: #408F94;
}
</style>