Shades of Blue Chill #408C93
Tints of Blue Chill #408C93
RGB
CMYK
RGB Variations
Color information
#408C93 (or 0x408C93) is known color: Blue Chill. HEX triplet: 40, 8C and 93. RGB value is (64,140,147). Sum of RGB (Red+Green+Blue) = 64+140+147=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #408C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408C93 is #BF736C. Grayscale: #757575. Windows color (decimal): -12546925 or 9669696. OLE color: 9669696.
HSL color Cylindrical-coordinate representation of color #408C93: hue angle of 185.06º 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 #408C93 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 140 | 147 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.42 |
| HSL | 185.06º | 0.39% | 0.41% | - |
| HSV(B) | 185.06º | 0.56% | 0.58% | - |
| XYZ | 16.76 | 21.95 | 30.96 | - |
| YUV | 118.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 147 | 0.56 | 0.05 | 0 | 0.42 | 185.06 | 0.39 | 0.41 |
| Hex | 40 | 8C | 93 | 38 | 5 | 0 | 2A | B9 | 27 | 29 |
| Octal | 100 | 214 | 223 | 70 | 5 | 0 | 52 | 271 | 47 | 51 |
| Binary | 1000000 | 10001100 | 10010011 | 111000 | 101 | 0 | 101010 | 10111001 | 100111 | 101001 |
Color Harmonies of #408C93
Complementary color
Monochromatic Colors of #408C93
Black with #408C93
Text Example
Text Example
White with #408C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C93; }
p { color: rgb(64,140,147); }
H1.HeaderClassName
{
color: #408C93;
}
.AnyTagClassName
{
color: #408C93;
}
</style>
background-color css
<style>
a { background-color: #408C93; }
a { background-color: rgb(64,140,147); }
div.DivClassName
{
background-color: #408C93;
}
.BgClassName
{
background-color: #408C93;
}
</style>
border-color css
<style>
span { border-color: #408C93; }
span { border-color: rgb(64,140,147); }
td.TdClassName
{
border-color: #408C93;
}
.TagClassName
{
border-color: #408C93;
}
</style>