Shades of Hippie Blue #438F9A
Tints of Hippie Blue #438F9A
RGB
CMYK
RGB Variations
Color information
#438F9A (or 0x438F9A) is known color: Hippie Blue. HEX triplet: 43, 8F and 9A. RGB value is (67,143,154). Sum of RGB (Red+Green+Blue) = 67+143+154=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #438F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438F9A is #BC7065. Grayscale: #797979. Windows color (decimal): -12349542 or 10129219. OLE color: 10129219.
HSL color Cylindrical-coordinate representation of color #438F9A: hue angle of 187.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #438F9A is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 143 | 154 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.40 |
| HSL | 187.59º | 0.39% | 0.43% | - |
| HSV(B) | 187.59º | 0.56% | 0.6% | - |
| XYZ | 17.97 | 23.17 | 34.1 | - |
| YUV | 121.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 154 | 0.56 | 0.07 | 0 | 0.40 | 187.59 | 0.39 | 0.43 |
| Hex | 43 | 8F | 9A | 38 | 7 | 0 | 28 | BC | 27 | 2B |
| Octal | 103 | 217 | 232 | 70 | 7 | 0 | 50 | 274 | 47 | 53 |
| Binary | 1000011 | 10001111 | 10011010 | 111000 | 111 | 0 | 101000 | 10111100 | 100111 | 101011 |
Color Harmonies of #438F9A
Complementary color
Monochromatic Colors of #438F9A
Black with #438F9A
Text Example
Text Example
White with #438F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438F9A; }
p { color: rgb(67,143,154); }
H1.HeaderClassName
{
color: #438F9A;
}
.AnyTagClassName
{
color: #438F9A;
}
</style>
background-color css
<style>
a { background-color: #438F9A; }
a { background-color: rgb(67,143,154); }
div.DivClassName
{
background-color: #438F9A;
}
.BgClassName
{
background-color: #438F9A;
}
</style>
border-color css
<style>
span { border-color: #438F9A; }
span { border-color: rgb(67,143,154); }
td.TdClassName
{
border-color: #438F9A;
}
.TagClassName
{
border-color: #438F9A;
}
</style>