Shades of Bali Hai #7BA2B3
Tints of Bali Hai #7BA2B3
RGB
CMYK
RGB Variations
Color information
#7BA2B3 (or 0x7BA2B3) is known color: Bali Hai. HEX triplet: 7B, A2 and B3. RGB value is (123,162,179). Sum of RGB (Red+Green+Blue) = 123+162+179=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #7BA2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2B3 is #845D4C. Grayscale: #989898. Windows color (decimal): -8674637 or 11772539. OLE color: 11772539.
HSL color Cylindrical-coordinate representation of color #7BA2B3: hue angle of 198.21º 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 #7BA2B3 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 162 | 179 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.30 |
| HSL | 198.21º | 0.27% | 0.59% | - |
| HSV(B) | 198.21º | 0.31% | 0.7% | - |
| XYZ | 29.23 | 33.31 | 47.54 | - |
| YUV | 152.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 179 | 0.31 | 0.09 | 0 | 0.30 | 198.21 | 0.27 | 0.59 |
| Hex | 7B | A2 | B3 | 1F | 9 | 0 | 1E | C6 | 1B | 3B |
| Octal | 173 | 242 | 263 | 37 | 11 | 0 | 36 | 306 | 33 | 73 |
| Binary | 1111011 | 10100010 | 10110011 | 11111 | 1001 | 0 | 11110 | 11000110 | 11011 | 111011 |
Color Harmonies of #7BA2B3
Complementary color
Monochromatic Colors of #7BA2B3
Black with #7BA2B3
Text Example
Text Example
White with #7BA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2B3; }
p { color: rgb(123,162,179); }
H1.HeaderClassName
{
color: #7BA2B3;
}
.AnyTagClassName
{
color: #7BA2B3;
}
</style>
background-color css
<style>
a { background-color: #7BA2B3; }
a { background-color: rgb(123,162,179); }
div.DivClassName
{
background-color: #7BA2B3;
}
.BgClassName
{
background-color: #7BA2B3;
}
</style>
border-color css
<style>
span { border-color: #7BA2B3; }
span { border-color: rgb(123,162,179); }
td.TdClassName
{
border-color: #7BA2B3;
}
.TagClassName
{
border-color: #7BA2B3;
}
</style>