Shades of Bali Hai #78A0BD
Tints of Bali Hai #78A0BD
RGB
CMYK
RGB Variations
Color information
#78A0BD (or 0x78A0BD) is known color: Bali Hai. HEX triplet: 78, A0 and BD. RGB value is (120,160,189). Sum of RGB (Red+Green+Blue) = 120+160+189=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #78A0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0BD is #875F42. Grayscale: #979797. Windows color (decimal): -8871747 or 12427384. OLE color: 12427384.
HSL color Cylindrical-coordinate representation of color #78A0BD: hue angle of 205.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A0BD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 160 | 189 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.26 |
| HSL | 205.22º | 0.34% | 0.61% | - |
| HSV(B) | 205.22º | 0.37% | 0.74% | - |
| XYZ | 29.5 | 32.81 | 52.92 | - |
| YUV | 151.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 189 | 0.37 | 0.15 | 0 | 0.26 | 205.22 | 0.34 | 0.61 |
| Hex | 78 | A0 | BD | 25 | F | 0 | 1A | CD | 22 | 3D |
| Octal | 170 | 240 | 275 | 45 | 17 | 0 | 32 | 315 | 42 | 75 |
| Binary | 1111000 | 10100000 | 10111101 | 100101 | 1111 | 0 | 11010 | 11001101 | 100010 | 111101 |
Color Harmonies of #78A0BD
Complementary color
Monochromatic Colors of #78A0BD
Black with #78A0BD
Text Example
Text Example
White with #78A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A0BD; }
p { color: rgb(120,160,189); }
H1.HeaderClassName
{
color: #78A0BD;
}
.AnyTagClassName
{
color: #78A0BD;
}
</style>
background-color css
<style>
a { background-color: #78A0BD; }
a { background-color: rgb(120,160,189); }
div.DivClassName
{
background-color: #78A0BD;
}
.BgClassName
{
background-color: #78A0BD;
}
</style>
border-color css
<style>
span { border-color: #78A0BD; }
span { border-color: rgb(120,160,189); }
td.TdClassName
{
border-color: #78A0BD;
}
.TagClassName
{
border-color: #78A0BD;
}
</style>