Shades of Bali Hai #8095AD
Tints of Bali Hai #8095AD
RGB
CMYK
RGB Variations
Color information
#8095AD (or 0x8095AD) is known color: Bali Hai. HEX triplet: 80, 95 and AD. RGB value is (128,149,173). Sum of RGB (Red+Green+Blue) = 128+149+173=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #8095AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8095AD is #7F6A52. Grayscale: #919191. Windows color (decimal): -8350291 or 11376000. OLE color: 11376000.
HSL color Cylindrical-coordinate representation of color #8095AD: hue angle of 212º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8095AD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 149 | 173 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.32 |
| HSL | 212º | 0.22% | 0.59% | - |
| HSV(B) | 212º | 0.26% | 0.68% | - |
| XYZ | 27.19 | 29.1 | 43.72 | - |
| YUV | 145.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 173 | 0.26 | 0.14 | 0 | 0.32 | 212 | 0.22 | 0.59 |
| Hex | 80 | 95 | AD | 1A | E | 0 | 20 | D4 | 16 | 3B |
| Octal | 200 | 225 | 255 | 32 | 16 | 0 | 40 | 324 | 26 | 73 |
| Binary | 10000000 | 10010101 | 10101101 | 11010 | 1110 | 0 | 100000 | 11010100 | 10110 | 111011 |
Color Harmonies of #8095AD
Complementary color
Monochromatic Colors of #8095AD
Black with #8095AD
Text Example
Text Example
White with #8095AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095AD; }
p { color: rgb(128,149,173); }
H1.HeaderClassName
{
color: #8095AD;
}
.AnyTagClassName
{
color: #8095AD;
}
</style>
background-color css
<style>
a { background-color: #8095AD; }
a { background-color: rgb(128,149,173); }
div.DivClassName
{
background-color: #8095AD;
}
.BgClassName
{
background-color: #8095AD;
}
</style>
border-color css
<style>
span { border-color: #8095AD; }
span { border-color: rgb(128,149,173); }
td.TdClassName
{
border-color: #8095AD;
}
.TagClassName
{
border-color: #8095AD;
}
</style>