Shades of Bali Hai #8C9FAC
Tints of Bali Hai #8C9FAC
RGB
CMYK
RGB Variations
Color information
#8C9FAC (or 0x8C9FAC) is known color: Bali Hai. HEX triplet: 8C, 9F and AC. RGB value is (140,159,172). Sum of RGB (Red+Green+Blue) = 140+159+172=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9FAC is #736053. Grayscale: #9A9A9A. Windows color (decimal): -7561300 or 11313036. OLE color: 11313036.
HSL color Cylindrical-coordinate representation of color #8C9FAC: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C9FAC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 159 | 172 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.33 |
| HSL | 204.38º | 0.16% | 0.61% | - |
| HSV(B) | 204.38º | 0.19% | 0.67% | - |
| XYZ | 30.66 | 33.35 | 43.85 | - |
| YUV | 154.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 172 | 0.19 | 0.08 | 0 | 0.33 | 204.38 | 0.16 | 0.61 |
| Hex | 8C | 9F | AC | 13 | 8 | 0 | 21 | CC | 10 | 3D |
| Octal | 214 | 237 | 254 | 23 | 10 | 0 | 41 | 314 | 20 | 75 |
| Binary | 10001100 | 10011111 | 10101100 | 10011 | 1000 | 0 | 100001 | 11001100 | 10000 | 111101 |
Color Harmonies of #8C9FAC
Complementary color
Monochromatic Colors of #8C9FAC
Black with #8C9FAC
Text Example
Text Example
White with #8C9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FAC; }
p { color: rgb(140,159,172); }
H1.HeaderClassName
{
color: #8C9FAC;
}
.AnyTagClassName
{
color: #8C9FAC;
}
</style>
background-color css
<style>
a { background-color: #8C9FAC; }
a { background-color: rgb(140,159,172); }
div.DivClassName
{
background-color: #8C9FAC;
}
.BgClassName
{
background-color: #8C9FAC;
}
</style>
border-color css
<style>
span { border-color: #8C9FAC; }
span { border-color: rgb(140,159,172); }
td.TdClassName
{
border-color: #8C9FAC;
}
.TagClassName
{
border-color: #8C9FAC;
}
</style>