Shades of Bali Hai #959B9D
Tints of Bali Hai #959B9D
RGB
CMYK
RGB Variations
Color information
#959B9D (or 0x959B9D) is known color: Bali Hai. HEX triplet: 95, 9B and 9D. RGB value is (149,155,157). Sum of RGB (Red+Green+Blue) = 149+155+157=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 157 - color contains mainly: blue. Hex color #959B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B9D is #6A6462. Grayscale: #999999. Windows color (decimal): -6972515 or 10328981. OLE color: 10328981.
HSL color Cylindrical-coordinate representation of color #959B9D: hue angle of 195º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #959B9D is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 155 | 157 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.38 |
| HSL | 195º | 0.04% | 0.6% | - |
| HSV(B) | 195º | 0.05% | 0.62% | - |
| XYZ | 30.2 | 32.27 | 36.53 | - |
| YUV | 153.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 157 | 0.05 | 0.01 | 0 | 0.38 | 195 | 0.04 | 0.6 |
| Hex | 95 | 9B | 9D | 5 | 1 | 0 | 26 | C3 | 4 | 3C |
| Octal | 225 | 233 | 235 | 5 | 1 | 0 | 46 | 303 | 4 | 74 |
| Binary | 10010101 | 10011011 | 10011101 | 101 | 1 | 0 | 100110 | 11000011 | 100 | 111100 |
Color Harmonies of #959B9D
Complementary color
Monochromatic Colors of #959B9D
Black with #959B9D
Text Example
Text Example
White with #959B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B9D; }
p { color: rgb(149,155,157); }
H1.HeaderClassName
{
color: #959B9D;
}
.AnyTagClassName
{
color: #959B9D;
}
</style>
background-color css
<style>
a { background-color: #959B9D; }
a { background-color: rgb(149,155,157); }
div.DivClassName
{
background-color: #959B9D;
}
.BgClassName
{
background-color: #959B9D;
}
</style>
border-color css
<style>
span { border-color: #959B9D; }
span { border-color: rgb(149,155,157); }
td.TdClassName
{
border-color: #959B9D;
}
.TagClassName
{
border-color: #959B9D;
}
</style>