Shades of Blue Chill #408A93
Tints of Blue Chill #408A93
RGB
CMYK
RGB Variations
Color information
#408A93 (or 0x408A93) is known color: Blue Chill. HEX triplet: 40, 8A and 93. RGB value is (64,138,147). Sum of RGB (Red+Green+Blue) = 64+138+147=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #408A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A93 is #BF756C. Grayscale: #747474. Windows color (decimal): -12547437 or 9669184. OLE color: 9669184.
HSL color Cylindrical-coordinate representation of color #408A93: hue angle of 186.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408A93 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 138 | 147 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.42 |
| HSL | 186.51º | 0.39% | 0.41% | - |
| HSV(B) | 186.51º | 0.56% | 0.58% | - |
| XYZ | 16.47 | 21.37 | 30.86 | - |
| YUV | 116.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 147 | 0.56 | 0.06 | 0 | 0.42 | 186.51 | 0.39 | 0.41 |
| Hex | 40 | 8A | 93 | 38 | 6 | 0 | 2A | BB | 27 | 29 |
| Octal | 100 | 212 | 223 | 70 | 6 | 0 | 52 | 273 | 47 | 51 |
| Binary | 1000000 | 10001010 | 10010011 | 111000 | 110 | 0 | 101010 | 10111011 | 100111 | 101001 |
Color Harmonies of #408A93
Complementary color
Monochromatic Colors of #408A93
Black with #408A93
Text Example
Text Example
White with #408A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A93; }
p { color: rgb(64,138,147); }
H1.HeaderClassName
{
color: #408A93;
}
.AnyTagClassName
{
color: #408A93;
}
</style>
background-color css
<style>
a { background-color: #408A93; }
a { background-color: rgb(64,138,147); }
div.DivClassName
{
background-color: #408A93;
}
.BgClassName
{
background-color: #408A93;
}
</style>
border-color css
<style>
span { border-color: #408A93; }
span { border-color: rgb(64,138,147); }
td.TdClassName
{
border-color: #408A93;
}
.TagClassName
{
border-color: #408A93;
}
</style>