Shades of Hippie Blue #408DA0
Tints of Hippie Blue #408DA0
RGB
CMYK
RGB Variations
Color information
#408DA0 (or 0x408DA0) is known color: Hippie Blue. HEX triplet: 40, 8D and A0. RGB value is (64,141,160). Sum of RGB (Red+Green+Blue) = 64+141+160=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #408DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408DA0 is #BF725F. Grayscale: #777777. Windows color (decimal): -12546656 or 10521920. OLE color: 10521920.
HSL color Cylindrical-coordinate representation of color #408DA0: hue angle of 191.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #408DA0 is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 141 | 160 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.37 |
| HSL | 191.88º | 0.43% | 0.44% | - |
| HSV(B) | 191.88º | 0.6% | 0.63% | - |
| XYZ | 17.98 | 22.68 | 36.69 | - |
| YUV | 120.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 160 | 0.6 | 0.12 | 0 | 0.37 | 191.88 | 0.43 | 0.44 |
| Hex | 40 | 8D | A0 | 3C | C | 0 | 25 | C0 | 2B | 2C |
| Octal | 100 | 215 | 240 | 74 | 14 | 0 | 45 | 300 | 53 | 54 |
| Binary | 1000000 | 10001101 | 10100000 | 111100 | 1100 | 0 | 100101 | 11000000 | 101011 | 101100 |
Color Harmonies of #408DA0
Complementary color
Monochromatic Colors of #408DA0
Black with #408DA0
Text Example
Text Example
White with #408DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DA0; }
p { color: rgb(64,141,160); }
H1.HeaderClassName
{
color: #408DA0;
}
.AnyTagClassName
{
color: #408DA0;
}
</style>
background-color css
<style>
a { background-color: #408DA0; }
a { background-color: rgb(64,141,160); }
div.DivClassName
{
background-color: #408DA0;
}
.BgClassName
{
background-color: #408DA0;
}
</style>
border-color css
<style>
span { border-color: #408DA0; }
span { border-color: rgb(64,141,160); }
td.TdClassName
{
border-color: #408DA0;
}
.TagClassName
{
border-color: #408DA0;
}
</style>