Shades of Bali Hai #8395A4
Tints of Bali Hai #8395A4
RGB
CMYK
RGB Variations
Color information
#8395A4 (or 0x8395A4) is known color: Bali Hai. HEX triplet: 83, 95 and A4. RGB value is (131,149,164). Sum of RGB (Red+Green+Blue) = 131+149+164=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #8395A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8395A4 is #7C6A5B. Grayscale: #919191. Windows color (decimal): -8153692 or 10786179. OLE color: 10786179.
HSL color Cylindrical-coordinate representation of color #8395A4: hue angle of 207.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8395A4 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 149 | 164 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.36 |
| HSL | 207.27º | 0.15% | 0.58% | - |
| HSV(B) | 207.27º | 0.2% | 0.64% | - |
| XYZ | 26.81 | 29 | 39.31 | - |
| YUV | 145.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 164 | 0.20 | 0.09 | 0 | 0.36 | 207.27 | 0.15 | 0.58 |
| Hex | 83 | 95 | A4 | 14 | 9 | 0 | 24 | CF | F | 3A |
| Octal | 203 | 225 | 244 | 24 | 11 | 0 | 44 | 317 | 17 | 72 |
| Binary | 10000011 | 10010101 | 10100100 | 10100 | 1001 | 0 | 100100 | 11001111 | 1111 | 111010 |
Color Harmonies of #8395A4
Complementary color
Monochromatic Colors of #8395A4
Black with #8395A4
Text Example
Text Example
White with #8395A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395A4; }
p { color: rgb(131,149,164); }
H1.HeaderClassName
{
color: #8395A4;
}
.AnyTagClassName
{
color: #8395A4;
}
</style>
background-color css
<style>
a { background-color: #8395A4; }
a { background-color: rgb(131,149,164); }
div.DivClassName
{
background-color: #8395A4;
}
.BgClassName
{
background-color: #8395A4;
}
</style>
border-color css
<style>
span { border-color: #8395A4; }
span { border-color: rgb(131,149,164); }
td.TdClassName
{
border-color: #8395A4;
}
.TagClassName
{
border-color: #8395A4;
}
</style>