Shades of Bali Hai #8395AB
Tints of Bali Hai #8395AB
RGB
CMYK
RGB Variations
Color information
#8395AB (or 0x8395AB) is known color: Bali Hai. HEX triplet: 83, 95 and AB. RGB value is (131,149,171). Sum of RGB (Red+Green+Blue) = 131+149+171=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8395AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8395AB is #7C6A54. Grayscale: #929292. Windows color (decimal): -8153685 or 11244931. OLE color: 11244931.
HSL color Cylindrical-coordinate representation of color #8395AB: hue angle of 213º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8395AB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 149 | 171 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.33 |
| HSL | 213º | 0.19% | 0.59% | - |
| HSV(B) | 213º | 0.23% | 0.67% | - |
| XYZ | 27.46 | 29.26 | 42.73 | - |
| YUV | 146.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 171 | 0.23 | 0.13 | 0 | 0.33 | 213 | 0.19 | 0.59 |
| Hex | 83 | 95 | AB | 17 | D | 0 | 21 | D5 | 13 | 3B |
| Octal | 203 | 225 | 253 | 27 | 15 | 0 | 41 | 325 | 23 | 73 |
| Binary | 10000011 | 10010101 | 10101011 | 10111 | 1101 | 0 | 100001 | 11010101 | 10011 | 111011 |
Color Harmonies of #8395AB
Complementary color
Monochromatic Colors of #8395AB
Black with #8395AB
Text Example
Text Example
White with #8395AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395AB; }
p { color: rgb(131,149,171); }
H1.HeaderClassName
{
color: #8395AB;
}
.AnyTagClassName
{
color: #8395AB;
}
</style>
background-color css
<style>
a { background-color: #8395AB; }
a { background-color: rgb(131,149,171); }
div.DivClassName
{
background-color: #8395AB;
}
.BgClassName
{
background-color: #8395AB;
}
</style>
border-color css
<style>
span { border-color: #8395AB; }
span { border-color: rgb(131,149,171); }
td.TdClassName
{
border-color: #8395AB;
}
.TagClassName
{
border-color: #8395AB;
}
</style>