Shades of Hippie Blue #408F9B
Tints of Hippie Blue #408F9B
RGB
CMYK
RGB Variations
Color information
#408F9B (or 0x408F9B) is known color: Hippie Blue. HEX triplet: 40, 8F and 9B. RGB value is (64,143,155). Sum of RGB (Red+Green+Blue) = 64+143+155=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #408F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F9B is #BF7064. Grayscale: #787878. Windows color (decimal): -12546149 or 10194752. OLE color: 10194752.
HSL color Cylindrical-coordinate representation of color #408F9B: hue angle of 187.91º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408F9B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 143 | 155 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.39 |
| HSL | 187.91º | 0.42% | 0.43% | - |
| HSV(B) | 187.91º | 0.59% | 0.61% | - |
| XYZ | 17.85 | 23.1 | 34.53 | - |
| YUV | 120.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 155 | 0.59 | 0.08 | 0 | 0.39 | 187.91 | 0.42 | 0.43 |
| Hex | 40 | 8F | 9B | 3B | 8 | 0 | 27 | BC | 2A | 2B |
| Octal | 100 | 217 | 233 | 73 | 10 | 0 | 47 | 274 | 52 | 53 |
| Binary | 1000000 | 10001111 | 10011011 | 111011 | 1000 | 0 | 100111 | 10111100 | 101010 | 101011 |
Color Harmonies of #408F9B
Complementary color
Monochromatic Colors of #408F9B
Black with #408F9B
Text Example
Text Example
White with #408F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F9B; }
p { color: rgb(64,143,155); }
H1.HeaderClassName
{
color: #408F9B;
}
.AnyTagClassName
{
color: #408F9B;
}
</style>
background-color css
<style>
a { background-color: #408F9B; }
a { background-color: rgb(64,143,155); }
div.DivClassName
{
background-color: #408F9B;
}
.BgClassName
{
background-color: #408F9B;
}
</style>
border-color css
<style>
span { border-color: #408F9B; }
span { border-color: rgb(64,143,155); }
td.TdClassName
{
border-color: #408F9B;
}
.TagClassName
{
border-color: #408F9B;
}
</style>