Shades of Bali Hai #8395AA
Tints of Bali Hai #8395AA
RGB
CMYK
RGB Variations
Color information
#8395AA (or 0x8395AA) is known color: Bali Hai. HEX triplet: 83, 95 and AA. RGB value is (131,149,170). Sum of RGB (Red+Green+Blue) = 131+149+170=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8395AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8395AA is #7C6A55. Grayscale: #919191. Windows color (decimal): -8153686 or 11179395. OLE color: 11179395.
HSL color Cylindrical-coordinate representation of color #8395AA: hue angle of 212.31º 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 #8395AA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 149 | 170 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.33 |
| HSL | 212.31º | 0.19% | 0.59% | - |
| HSV(B) | 212.31º | 0.23% | 0.67% | - |
| XYZ | 27.36 | 29.22 | 42.23 | - |
| YUV | 146.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 170 | 0.23 | 0.12 | 0 | 0.33 | 212.31 | 0.19 | 0.59 |
| Hex | 83 | 95 | AA | 17 | C | 0 | 21 | D4 | 13 | 3B |
| Octal | 203 | 225 | 252 | 27 | 14 | 0 | 41 | 324 | 23 | 73 |
| Binary | 10000011 | 10010101 | 10101010 | 10111 | 1100 | 0 | 100001 | 11010100 | 10011 | 111011 |
Color Harmonies of #8395AA
Complementary color
Monochromatic Colors of #8395AA
Black with #8395AA
Text Example
Text Example
White with #8395AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395AA; }
p { color: rgb(131,149,170); }
H1.HeaderClassName
{
color: #8395AA;
}
.AnyTagClassName
{
color: #8395AA;
}
</style>
background-color css
<style>
a { background-color: #8395AA; }
a { background-color: rgb(131,149,170); }
div.DivClassName
{
background-color: #8395AA;
}
.BgClassName
{
background-color: #8395AA;
}
</style>
border-color css
<style>
span { border-color: #8395AA; }
span { border-color: rgb(131,149,170); }
td.TdClassName
{
border-color: #8395AA;
}
.TagClassName
{
border-color: #8395AA;
}
</style>