Shades of Blue Chill #408F90
Tints of Blue Chill #408F90
RGB
CMYK
RGB Variations
Color information
#408F90 (or 0x408F90) is known color: Blue Chill. HEX triplet: 40, 8F and 90. RGB value is (64,143,144). Sum of RGB (Red+Green+Blue) = 64+143+144=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #408F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F90 is #BF706F. Grayscale: #777777. Windows color (decimal): -12546160 or 9473856. OLE color: 9473856.
HSL color Cylindrical-coordinate representation of color #408F90: hue angle of 180.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408F90 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 144 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.44 |
| HSL | 180.75º | 0.38% | 0.41% | - |
| HSV(B) | 180.75º | 0.56% | 0.56% | - |
| XYZ | 16.97 | 22.75 | 29.88 | - |
| YUV | 119.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 144 | 0.56 | 0.01 | 0 | 0.44 | 180.75 | 0.38 | 0.41 |
| Hex | 40 | 8F | 90 | 38 | 1 | 0 | 2C | B5 | 26 | 29 |
| Octal | 100 | 217 | 220 | 70 | 1 | 0 | 54 | 265 | 46 | 51 |
| Binary | 1000000 | 10001111 | 10010000 | 111000 | 1 | 0 | 101100 | 10110101 | 100110 | 101001 |
Color Harmonies of #408F90
Complementary color
Monochromatic Colors of #408F90
Black with #408F90
Text Example
Text Example
White with #408F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F90; }
p { color: rgb(64,143,144); }
H1.HeaderClassName
{
color: #408F90;
}
.AnyTagClassName
{
color: #408F90;
}
</style>
background-color css
<style>
a { background-color: #408F90; }
a { background-color: rgb(64,143,144); }
div.DivClassName
{
background-color: #408F90;
}
.BgClassName
{
background-color: #408F90;
}
</style>
border-color css
<style>
span { border-color: #408F90; }
span { border-color: rgb(64,143,144); }
td.TdClassName
{
border-color: #408F90;
}
.TagClassName
{
border-color: #408F90;
}
</style>