Shades of Bali Hai #8195A5
Tints of Bali Hai #8195A5
RGB
CMYK
RGB Variations
Color information
#8195A5 (or 0x8195A5) is known color: Bali Hai. HEX triplet: 81, 95 and A5. RGB value is (129,149,165). Sum of RGB (Red+Green+Blue) = 129+149+165=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #8195A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8195A5 is #7E6A5A. Grayscale: #909090. Windows color (decimal): -8284763 or 10851713. OLE color: 10851713.
HSL color Cylindrical-coordinate representation of color #8195A5: hue angle of 206.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8195A5 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 149 | 165 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.35 |
| HSL | 206.67º | 0.17% | 0.58% | - |
| HSV(B) | 206.67º | 0.22% | 0.65% | - |
| XYZ | 26.59 | 28.88 | 39.77 | - |
| YUV | 144.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 165 | 0.22 | 0.10 | 0 | 0.35 | 206.67 | 0.17 | 0.58 |
| Hex | 81 | 95 | A5 | 16 | A | 0 | 23 | CF | 11 | 3A |
| Octal | 201 | 225 | 245 | 26 | 12 | 0 | 43 | 317 | 21 | 72 |
| Binary | 10000001 | 10010101 | 10100101 | 10110 | 1010 | 0 | 100011 | 11001111 | 10001 | 111010 |
Color Harmonies of #8195A5
Complementary color
Monochromatic Colors of #8195A5
Black with #8195A5
Text Example
Text Example
White with #8195A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195A5; }
p { color: rgb(129,149,165); }
H1.HeaderClassName
{
color: #8195A5;
}
.AnyTagClassName
{
color: #8195A5;
}
</style>
background-color css
<style>
a { background-color: #8195A5; }
a { background-color: rgb(129,149,165); }
div.DivClassName
{
background-color: #8195A5;
}
.BgClassName
{
background-color: #8195A5;
}
</style>
border-color css
<style>
span { border-color: #8195A5; }
span { border-color: rgb(129,149,165); }
td.TdClassName
{
border-color: #8195A5;
}
.TagClassName
{
border-color: #8195A5;
}
</style>