Shades of Bali Hai #8B97A4
Tints of Bali Hai #8B97A4
RGB
CMYK
RGB Variations
Color information
#8B97A4 (or 0x8B97A4) is known color: Bali Hai. HEX triplet: 8B, 97 and A4. RGB value is (139,151,164). Sum of RGB (Red+Green+Blue) = 139+151+164=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B97A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B97A4 is #74685B. Grayscale: #949494. Windows color (decimal): -7628892 or 10786699. OLE color: 10786699.
HSL color Cylindrical-coordinate representation of color #8B97A4: hue angle of 211.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B97A4 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 151 | 164 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.36 |
| HSL | 211.2º | 0.12% | 0.59% | - |
| HSV(B) | 211.2º | 0.15% | 0.64% | - |
| XYZ | 28.41 | 30.3 | 39.47 | - |
| YUV | 148.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 164 | 0.15 | 0.08 | 0 | 0.36 | 211.2 | 0.12 | 0.59 |
| Hex | 8B | 97 | A4 | F | 8 | 0 | 24 | D3 | C | 3B |
| Octal | 213 | 227 | 244 | 17 | 10 | 0 | 44 | 323 | 14 | 73 |
| Binary | 10001011 | 10010111 | 10100100 | 1111 | 1000 | 0 | 100100 | 11010011 | 1100 | 111011 |
Color Harmonies of #8B97A4
Complementary color
Monochromatic Colors of #8B97A4
Black with #8B97A4
Text Example
Text Example
White with #8B97A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B97A4; }
p { color: rgb(139,151,164); }
H1.HeaderClassName
{
color: #8B97A4;
}
.AnyTagClassName
{
color: #8B97A4;
}
</style>
background-color css
<style>
a { background-color: #8B97A4; }
a { background-color: rgb(139,151,164); }
div.DivClassName
{
background-color: #8B97A4;
}
.BgClassName
{
background-color: #8B97A4;
}
</style>
border-color css
<style>
span { border-color: #8B97A4; }
span { border-color: rgb(139,151,164); }
td.TdClassName
{
border-color: #8B97A4;
}
.TagClassName
{
border-color: #8B97A4;
}
</style>