Shades of Bali Hai #8098B1
Tints of Bali Hai #8098B1
RGB
CMYK
RGB Variations
Color information
#8098B1 (or 0x8098B1) is known color: Bali Hai. HEX triplet: 80, 98 and B1. RGB value is (128,152,177). Sum of RGB (Red+Green+Blue) = 128+152+177=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #8098B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8098B1 is #7F674E. Grayscale: #939393. Windows color (decimal): -8349519 or 11638912. OLE color: 11638912.
HSL color Cylindrical-coordinate representation of color #8098B1: hue angle of 210.61º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8098B1 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 152 | 177 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.31 |
| HSL | 210.61º | 0.24% | 0.6% | - |
| HSV(B) | 210.61º | 0.28% | 0.69% | - |
| XYZ | 28.07 | 30.22 | 45.95 | - |
| YUV | 147.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 177 | 0.28 | 0.14 | 0 | 0.31 | 210.61 | 0.24 | 0.6 |
| Hex | 80 | 98 | B1 | 1C | E | 0 | 1F | D3 | 18 | 3C |
| Octal | 200 | 230 | 261 | 34 | 16 | 0 | 37 | 323 | 30 | 74 |
| Binary | 10000000 | 10011000 | 10110001 | 11100 | 1110 | 0 | 11111 | 11010011 | 11000 | 111100 |
Color Harmonies of #8098B1
Complementary color
Monochromatic Colors of #8098B1
Black with #8098B1
Text Example
Text Example
White with #8098B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098B1; }
p { color: rgb(128,152,177); }
H1.HeaderClassName
{
color: #8098B1;
}
.AnyTagClassName
{
color: #8098B1;
}
</style>
background-color css
<style>
a { background-color: #8098B1; }
a { background-color: rgb(128,152,177); }
div.DivClassName
{
background-color: #8098B1;
}
.BgClassName
{
background-color: #8098B1;
}
</style>
border-color css
<style>
span { border-color: #8098B1; }
span { border-color: rgb(128,152,177); }
td.TdClassName
{
border-color: #8098B1;
}
.TagClassName
{
border-color: #8098B1;
}
</style>