Shades of Hippie Blue #408F9D
Tints of Hippie Blue #408F9D
RGB
CMYK
RGB Variations
Color information
#408F9D (or 0x408F9D) is known color: Hippie Blue. HEX triplet: 40, 8F and 9D. RGB value is (64,143,157). Sum of RGB (Red+Green+Blue) = 64+143+157=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #408F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F9D is #BF7062. Grayscale: #787878. Windows color (decimal): -12546147 or 10325824. OLE color: 10325824.
HSL color Cylindrical-coordinate representation of color #408F9D: hue angle of 189.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408F9D is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 143 | 157 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.38 |
| HSL | 189.03º | 0.42% | 0.43% | - |
| HSV(B) | 189.03º | 0.59% | 0.62% | - |
| XYZ | 18.02 | 23.17 | 35.42 | - |
| YUV | 120.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 157 | 0.59 | 0.09 | 0 | 0.38 | 189.03 | 0.42 | 0.43 |
| Hex | 40 | 8F | 9D | 3B | 9 | 0 | 26 | BD | 2A | 2B |
| Octal | 100 | 217 | 235 | 73 | 11 | 0 | 46 | 275 | 52 | 53 |
| Binary | 1000000 | 10001111 | 10011101 | 111011 | 1001 | 0 | 100110 | 10111101 | 101010 | 101011 |
Color Harmonies of #408F9D
Complementary color
Monochromatic Colors of #408F9D
Black with #408F9D
Text Example
Text Example
White with #408F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F9D; }
p { color: rgb(64,143,157); }
H1.HeaderClassName
{
color: #408F9D;
}
.AnyTagClassName
{
color: #408F9D;
}
</style>
background-color css
<style>
a { background-color: #408F9D; }
a { background-color: rgb(64,143,157); }
div.DivClassName
{
background-color: #408F9D;
}
.BgClassName
{
background-color: #408F9D;
}
</style>
border-color css
<style>
span { border-color: #408F9D; }
span { border-color: rgb(64,143,157); }
td.TdClassName
{
border-color: #408F9D;
}
.TagClassName
{
border-color: #408F9D;
}
</style>