Shades of Bali Hai #919FA3
Tints of Bali Hai #919FA3
RGB
CMYK
RGB Variations
Color information
#919FA3 (or 0x919FA3) is known color: Bali Hai. HEX triplet: 91, 9F and A3. RGB value is (145,159,163). Sum of RGB (Red+Green+Blue) = 145+159+163=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #919FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FA3 is #6E605C. Grayscale: #9B9B9B. Windows color (decimal): -7233629 or 10723217. OLE color: 10723217.
HSL color Cylindrical-coordinate representation of color #919FA3: hue angle of 193.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #919FA3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 159 | 163 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.36 |
| HSL | 193.33º | 0.09% | 0.6% | - |
| HSV(B) | 193.33º | 0.11% | 0.64% | - |
| XYZ | 30.69 | 33.46 | 39.49 | - |
| YUV | 155.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 163 | 0.11 | 0.02 | 0 | 0.36 | 193.33 | 0.09 | 0.6 |
| Hex | 91 | 9F | A3 | B | 2 | 0 | 24 | C1 | 9 | 3C |
| Octal | 221 | 237 | 243 | 13 | 2 | 0 | 44 | 301 | 11 | 74 |
| Binary | 10010001 | 10011111 | 10100011 | 1011 | 10 | 0 | 100100 | 11000001 | 1001 | 111100 |
Color Harmonies of #919FA3
Complementary color
Monochromatic Colors of #919FA3
Black with #919FA3
Text Example
Text Example
White with #919FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FA3; }
p { color: rgb(145,159,163); }
H1.HeaderClassName
{
color: #919FA3;
}
.AnyTagClassName
{
color: #919FA3;
}
</style>
background-color css
<style>
a { background-color: #919FA3; }
a { background-color: rgb(145,159,163); }
div.DivClassName
{
background-color: #919FA3;
}
.BgClassName
{
background-color: #919FA3;
}
</style>
border-color css
<style>
span { border-color: #919FA3; }
span { border-color: rgb(145,159,163); }
td.TdClassName
{
border-color: #919FA3;
}
.TagClassName
{
border-color: #919FA3;
}
</style>