Shades of Hippie Blue #408997
Tints of Hippie Blue #408997
RGB
CMYK
RGB Variations
Color information
#408997 (or 0x408997) is known color: Hippie Blue. HEX triplet: 40, 89 and 97. RGB value is (64,137,151). Sum of RGB (Red+Green+Blue) = 64+137+151=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #408997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408997 is #BF7668. Grayscale: #747474. Windows color (decimal): -12547689 or 9931072. OLE color: 9931072.
HSL color Cylindrical-coordinate representation of color #408997: hue angle of 189.66º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408997 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 137 | 151 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.41 |
| HSL | 189.66º | 0.4% | 0.42% | - |
| HSV(B) | 189.66º | 0.58% | 0.59% | - |
| XYZ | 16.65 | 21.22 | 32.5 | - |
| YUV | 116.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 151 | 0.58 | 0.09 | 0 | 0.41 | 189.66 | 0.4 | 0.42 |
| Hex | 40 | 89 | 97 | 3A | 9 | 0 | 29 | BE | 28 | 2A |
| Octal | 100 | 211 | 227 | 72 | 11 | 0 | 51 | 276 | 50 | 52 |
| Binary | 1000000 | 10001001 | 10010111 | 111010 | 1001 | 0 | 101001 | 10111110 | 101000 | 101010 |
Color Harmonies of #408997
Complementary color
Monochromatic Colors of #408997
Black with #408997
Text Example
Text Example
White with #408997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408997; }
p { color: rgb(64,137,151); }
H1.HeaderClassName
{
color: #408997;
}
.AnyTagClassName
{
color: #408997;
}
</style>
background-color css
<style>
a { background-color: #408997; }
a { background-color: rgb(64,137,151); }
div.DivClassName
{
background-color: #408997;
}
.BgClassName
{
background-color: #408997;
}
</style>
border-color css
<style>
span { border-color: #408997; }
span { border-color: rgb(64,137,151); }
td.TdClassName
{
border-color: #408997;
}
.TagClassName
{
border-color: #408997;
}
</style>