Shades of Bali Hai #8398B1
Tints of Bali Hai #8398B1
RGB
CMYK
RGB Variations
Color information
#8398B1 (or 0x8398B1) is known color: Bali Hai. HEX triplet: 83, 98 and B1. RGB value is (131,152,177). Sum of RGB (Red+Green+Blue) = 131+152+177=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #8398B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8398B1 is #7C674E. Grayscale: #949494. Windows color (decimal): -8152911 or 11638915. OLE color: 11638915.
HSL color Cylindrical-coordinate representation of color #8398B1: hue angle of 212.61º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8398B1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 152 | 177 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.31 |
| HSL | 212.61º | 0.23% | 0.6% | - |
| HSV(B) | 212.61º | 0.26% | 0.69% | - |
| XYZ | 28.52 | 30.46 | 45.97 | - |
| YUV | 148.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 177 | 0.26 | 0.14 | 0 | 0.31 | 212.61 | 0.23 | 0.6 |
| Hex | 83 | 98 | B1 | 1A | E | 0 | 1F | D5 | 17 | 3C |
| Octal | 203 | 230 | 261 | 32 | 16 | 0 | 37 | 325 | 27 | 74 |
| Binary | 10000011 | 10011000 | 10110001 | 11010 | 1110 | 0 | 11111 | 11010101 | 10111 | 111100 |
Color Harmonies of #8398B1
Complementary color
Monochromatic Colors of #8398B1
Black with #8398B1
Text Example
Text Example
White with #8398B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398B1; }
p { color: rgb(131,152,177); }
H1.HeaderClassName
{
color: #8398B1;
}
.AnyTagClassName
{
color: #8398B1;
}
</style>
background-color css
<style>
a { background-color: #8398B1; }
a { background-color: rgb(131,152,177); }
div.DivClassName
{
background-color: #8398B1;
}
.BgClassName
{
background-color: #8398B1;
}
</style>
border-color css
<style>
span { border-color: #8398B1; }
span { border-color: rgb(131,152,177); }
td.TdClassName
{
border-color: #8398B1;
}
.TagClassName
{
border-color: #8398B1;
}
</style>