Shades of Blue Chill #408F92
Tints of Blue Chill #408F92
RGB
CMYK
RGB Variations
Color information
#408F92 (or 0x408F92) is known color: Blue Chill. HEX triplet: 40, 8F and 92. RGB value is (64,143,146). Sum of RGB (Red+Green+Blue) = 64+143+146=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #408F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F92 is #BF706D. Grayscale: #777777. Windows color (decimal): -12546158 or 9604928. OLE color: 9604928.
HSL color Cylindrical-coordinate representation of color #408F92: hue angle of 182.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408F92 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 143 | 146 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.43 |
| HSL | 182.2º | 0.39% | 0.41% | - |
| HSV(B) | 182.2º | 0.56% | 0.57% | - |
| XYZ | 17.13 | 22.81 | 30.69 | - |
| YUV | 119.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 146 | 0.56 | 0.02 | 0 | 0.43 | 182.2 | 0.39 | 0.41 |
| Hex | 40 | 8F | 92 | 38 | 2 | 0 | 2B | B6 | 27 | 29 |
| Octal | 100 | 217 | 222 | 70 | 2 | 0 | 53 | 266 | 47 | 51 |
| Binary | 1000000 | 10001111 | 10010010 | 111000 | 10 | 0 | 101011 | 10110110 | 100111 | 101001 |
Color Harmonies of #408F92
Complementary color
Monochromatic Colors of #408F92
Black with #408F92
Text Example
Text Example
White with #408F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F92; }
p { color: rgb(64,143,146); }
H1.HeaderClassName
{
color: #408F92;
}
.AnyTagClassName
{
color: #408F92;
}
</style>
background-color css
<style>
a { background-color: #408F92; }
a { background-color: rgb(64,143,146); }
div.DivClassName
{
background-color: #408F92;
}
.BgClassName
{
background-color: #408F92;
}
</style>
border-color css
<style>
span { border-color: #408F92; }
span { border-color: rgb(64,143,146); }
td.TdClassName
{
border-color: #408F92;
}
.TagClassName
{
border-color: #408F92;
}
</style>