Shades of Hippie Blue #408793
Tints of Hippie Blue #408793
RGB
CMYK
RGB Variations
Color information
#408793 (or 0x408793) is known color: Hippie Blue. HEX triplet: 40, 87 and 93. RGB value is (64,135,147). Sum of RGB (Red+Green+Blue) = 64+135+147=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #408793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408793 is #BF786C. Grayscale: #737373. Windows color (decimal): -12548205 or 9668416. OLE color: 9668416.
HSL color Cylindrical-coordinate representation of color #408793: hue angle of 188.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408793 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 135 | 147 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.42 |
| HSL | 188.67º | 0.39% | 0.41% | - |
| HSV(B) | 188.67º | 0.56% | 0.58% | - |
| XYZ | 16.04 | 20.52 | 30.72 | - |
| YUV | 115.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 147 | 0.56 | 0.08 | 0 | 0.42 | 188.67 | 0.39 | 0.41 |
| Hex | 40 | 87 | 93 | 38 | 8 | 0 | 2A | BD | 27 | 29 |
| Octal | 100 | 207 | 223 | 70 | 10 | 0 | 52 | 275 | 47 | 51 |
| Binary | 1000000 | 10000111 | 10010011 | 111000 | 1000 | 0 | 101010 | 10111101 | 100111 | 101001 |
Color Harmonies of #408793
Complementary color
Monochromatic Colors of #408793
Black with #408793
Text Example
Text Example
White with #408793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408793; }
p { color: rgb(64,135,147); }
H1.HeaderClassName
{
color: #408793;
}
.AnyTagClassName
{
color: #408793;
}
</style>
background-color css
<style>
a { background-color: #408793; }
a { background-color: rgb(64,135,147); }
div.DivClassName
{
background-color: #408793;
}
.BgClassName
{
background-color: #408793;
}
</style>
border-color css
<style>
span { border-color: #408793; }
span { border-color: rgb(64,135,147); }
td.TdClassName
{
border-color: #408793;
}
.TagClassName
{
border-color: #408793;
}
</style>