Shades of Bali Hai #8399B3
Tints of Bali Hai #8399B3
RGB
CMYK
RGB Variations
Color information
#8399B3 (or 0x8399B3) is known color: Bali Hai. HEX triplet: 83, 99 and B3. RGB value is (131,153,179). Sum of RGB (Red+Green+Blue) = 131+153+179=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #8399B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399B3 is #7C664C. Grayscale: #959595. Windows color (decimal): -8152653 or 11770243. OLE color: 11770243.
HSL color Cylindrical-coordinate representation of color #8399B3: hue angle of 212.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8399B3 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 153 | 179 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.30 |
| HSL | 212.5º | 0.24% | 0.61% | - |
| HSV(B) | 212.5º | 0.27% | 0.7% | - |
| XYZ | 28.89 | 30.86 | 47.08 | - |
| YUV | 149.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 179 | 0.27 | 0.15 | 0 | 0.30 | 212.5 | 0.24 | 0.61 |
| Hex | 83 | 99 | B3 | 1B | F | 0 | 1E | D4 | 18 | 3D |
| Octal | 203 | 231 | 263 | 33 | 17 | 0 | 36 | 324 | 30 | 75 |
| Binary | 10000011 | 10011001 | 10110011 | 11011 | 1111 | 0 | 11110 | 11010100 | 11000 | 111101 |
Color Harmonies of #8399B3
Complementary color
Monochromatic Colors of #8399B3
Black with #8399B3
Text Example
Text Example
White with #8399B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8399B3; }
p { color: rgb(131,153,179); }
H1.HeaderClassName
{
color: #8399B3;
}
.AnyTagClassName
{
color: #8399B3;
}
</style>
background-color css
<style>
a { background-color: #8399B3; }
a { background-color: rgb(131,153,179); }
div.DivClassName
{
background-color: #8399B3;
}
.BgClassName
{
background-color: #8399B3;
}
</style>
border-color css
<style>
span { border-color: #8399B3; }
span { border-color: rgb(131,153,179); }
td.TdClassName
{
border-color: #8399B3;
}
.TagClassName
{
border-color: #8399B3;
}
</style>