Shades of Hippie Blue #408C98
Tints of Hippie Blue #408C98
RGB
CMYK
RGB Variations
Color information
#408C98 (or 0x408C98) is known color: Hippie Blue. HEX triplet: 40, 8C and 98. RGB value is (64,140,152). Sum of RGB (Red+Green+Blue) = 64+140+152=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #408C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408C98 is #BF7367. Grayscale: #767676. Windows color (decimal): -12546920 or 9997376. OLE color: 9997376.
HSL color Cylindrical-coordinate representation of color #408C98: hue angle of 188.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408C98 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 140 | 152 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.40 |
| HSL | 188.18º | 0.41% | 0.42% | - |
| HSV(B) | 188.18º | 0.58% | 0.6% | - |
| XYZ | 17.16 | 22.11 | 33.07 | - |
| YUV | 118.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 152 | 0.58 | 0.08 | 0 | 0.40 | 188.18 | 0.41 | 0.42 |
| Hex | 40 | 8C | 98 | 3A | 8 | 0 | 28 | BC | 29 | 2A |
| Octal | 100 | 214 | 230 | 72 | 10 | 0 | 50 | 274 | 51 | 52 |
| Binary | 1000000 | 10001100 | 10011000 | 111010 | 1000 | 0 | 101000 | 10111100 | 101001 | 101010 |
Color Harmonies of #408C98
Complementary color
Monochromatic Colors of #408C98
Black with #408C98
Text Example
Text Example
White with #408C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C98; }
p { color: rgb(64,140,152); }
H1.HeaderClassName
{
color: #408C98;
}
.AnyTagClassName
{
color: #408C98;
}
</style>
background-color css
<style>
a { background-color: #408C98; }
a { background-color: rgb(64,140,152); }
div.DivClassName
{
background-color: #408C98;
}
.BgClassName
{
background-color: #408C98;
}
</style>
border-color css
<style>
span { border-color: #408C98; }
span { border-color: rgb(64,140,152); }
td.TdClassName
{
border-color: #408C98;
}
.TagClassName
{
border-color: #408C98;
}
</style>