Shades of Bali Hai #78A2B7
Tints of Bali Hai #78A2B7
RGB
CMYK
RGB Variations
Color information
#78A2B7 (or 0x78A2B7) is known color: Bali Hai. HEX triplet: 78, A2 and B7. RGB value is (120,162,183). Sum of RGB (Red+Green+Blue) = 120+162+183=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #78A2B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2B7 is #875D48. Grayscale: #979797. Windows color (decimal): -8871241 or 12034680. OLE color: 12034680.
HSL color Cylindrical-coordinate representation of color #78A2B7: hue angle of 200º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A2B7 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 162 | 183 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.28 |
| HSL | 200º | 0.3% | 0.59% | - |
| HSV(B) | 200º | 0.34% | 0.72% | - |
| XYZ | 29.21 | 33.25 | 49.68 | - |
| YUV | 151.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 183 | 0.34 | 0.11 | 0 | 0.28 | 200 | 0.3 | 0.59 |
| Hex | 78 | A2 | B7 | 22 | B | 0 | 1C | C8 | 1E | 3B |
| Octal | 170 | 242 | 267 | 42 | 13 | 0 | 34 | 310 | 36 | 73 |
| Binary | 1111000 | 10100010 | 10110111 | 100010 | 1011 | 0 | 11100 | 11001000 | 11110 | 111011 |
Color Harmonies of #78A2B7
Complementary color
Monochromatic Colors of #78A2B7
Black with #78A2B7
Text Example
Text Example
White with #78A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2B7; }
p { color: rgb(120,162,183); }
H1.HeaderClassName
{
color: #78A2B7;
}
.AnyTagClassName
{
color: #78A2B7;
}
</style>
background-color css
<style>
a { background-color: #78A2B7; }
a { background-color: rgb(120,162,183); }
div.DivClassName
{
background-color: #78A2B7;
}
.BgClassName
{
background-color: #78A2B7;
}
</style>
border-color css
<style>
span { border-color: #78A2B7; }
span { border-color: rgb(120,162,183); }
td.TdClassName
{
border-color: #78A2B7;
}
.TagClassName
{
border-color: #78A2B7;
}
</style>