Shades of Bali Hai #7BA4B3
Tints of Bali Hai #7BA4B3
RGB
CMYK
RGB Variations
Color information
#7BA4B3 (or 0x7BA4B3) is known color: Bali Hai. HEX triplet: 7B, A4 and B3. RGB value is (123,164,179). Sum of RGB (Red+Green+Blue) = 123+164+179=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #7BA4B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4B3 is #845B4C. Grayscale: #999999. Windows color (decimal): -8674125 or 11773051. OLE color: 11773051.
HSL color Cylindrical-coordinate representation of color #7BA4B3: hue angle of 196.07º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BA4B3 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 164 | 179 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.30 |
| HSL | 196.07º | 0.27% | 0.59% | - |
| HSV(B) | 196.07º | 0.31% | 0.7% | - |
| XYZ | 29.58 | 34.02 | 47.65 | - |
| YUV | 153.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 179 | 0.31 | 0.08 | 0 | 0.30 | 196.07 | 0.27 | 0.59 |
| Hex | 7B | A4 | B3 | 1F | 8 | 0 | 1E | C4 | 1B | 3B |
| Octal | 173 | 244 | 263 | 37 | 10 | 0 | 36 | 304 | 33 | 73 |
| Binary | 1111011 | 10100100 | 10110011 | 11111 | 1000 | 0 | 11110 | 11000100 | 11011 | 111011 |
Color Harmonies of #7BA4B3
Complementary color
Monochromatic Colors of #7BA4B3
Black with #7BA4B3
Text Example
Text Example
White with #7BA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4B3; }
p { color: rgb(123,164,179); }
H1.HeaderClassName
{
color: #7BA4B3;
}
.AnyTagClassName
{
color: #7BA4B3;
}
</style>
background-color css
<style>
a { background-color: #7BA4B3; }
a { background-color: rgb(123,164,179); }
div.DivClassName
{
background-color: #7BA4B3;
}
.BgClassName
{
background-color: #7BA4B3;
}
</style>
border-color css
<style>
span { border-color: #7BA4B3; }
span { border-color: rgb(123,164,179); }
td.TdClassName
{
border-color: #7BA4B3;
}
.TagClassName
{
border-color: #7BA4B3;
}
</style>