Shades of Bali Hai #919CA1
Tints of Bali Hai #919CA1
RGB
CMYK
RGB Variations
Color information
#919CA1 (or 0x919CA1) is known color: Bali Hai. HEX triplet: 91, 9C and A1. RGB value is (145,156,161). Sum of RGB (Red+Green+Blue) = 145+156+161=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 161 - color contains mainly: blue. Hex color #919CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CA1 is #6E635E. Grayscale: #999999. Windows color (decimal): -7234399 or 10591377. OLE color: 10591377.
HSL color Cylindrical-coordinate representation of color #919CA1: hue angle of 198.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919CA1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 156 | 161 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.37 |
| HSL | 198.75º | 0.08% | 0.6% | - |
| HSV(B) | 198.75º | 0.1% | 0.63% | - |
| XYZ | 30 | 32.37 | 38.39 | - |
| YUV | 153.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 161 | 0.10 | 0.03 | 0 | 0.37 | 198.75 | 0.08 | 0.6 |
| Hex | 91 | 9C | A1 | A | 3 | 0 | 25 | C7 | 8 | 3C |
| Octal | 221 | 234 | 241 | 12 | 3 | 0 | 45 | 307 | 10 | 74 |
| Binary | 10010001 | 10011100 | 10100001 | 1010 | 11 | 0 | 100101 | 11000111 | 1000 | 111100 |
Color Harmonies of #919CA1
Complementary color
Monochromatic Colors of #919CA1
Black with #919CA1
Text Example
Text Example
White with #919CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CA1; }
p { color: rgb(145,156,161); }
H1.HeaderClassName
{
color: #919CA1;
}
.AnyTagClassName
{
color: #919CA1;
}
</style>
background-color css
<style>
a { background-color: #919CA1; }
a { background-color: rgb(145,156,161); }
div.DivClassName
{
background-color: #919CA1;
}
.BgClassName
{
background-color: #919CA1;
}
</style>
border-color css
<style>
span { border-color: #919CA1; }
span { border-color: rgb(145,156,161); }
td.TdClassName
{
border-color: #919CA1;
}
.TagClassName
{
border-color: #919CA1;
}
</style>