Shades of Bali Hai #959FA2
Tints of Bali Hai #959FA2
RGB
CMYK
RGB Variations
Color information
#959FA2 (or 0x959FA2) is known color: Bali Hai. HEX triplet: 95, 9F and A2. RGB value is (149,159,162). Sum of RGB (Red+Green+Blue) = 149+159+162=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 162 - color contains mainly: blue. Hex color #959FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FA2 is #6A605D. Grayscale: #9C9C9C. Windows color (decimal): -6971486 or 10657685. OLE color: 10657685.
HSL color Cylindrical-coordinate representation of color #959FA2: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959FA2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 159 | 162 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.36 |
| HSL | 193.85º | 0.07% | 0.61% | - |
| HSV(B) | 193.85º | 0.08% | 0.64% | - |
| XYZ | 31.31 | 33.79 | 39.05 | - |
| YUV | 156.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 162 | 0.08 | 0.02 | 0 | 0.36 | 193.85 | 0.07 | 0.61 |
| Hex | 95 | 9F | A2 | 8 | 2 | 0 | 24 | C2 | 7 | 3D |
| Octal | 225 | 237 | 242 | 10 | 2 | 0 | 44 | 302 | 7 | 75 |
| Binary | 10010101 | 10011111 | 10100010 | 1000 | 10 | 0 | 100100 | 11000010 | 111 | 111101 |
Color Harmonies of #959FA2
Complementary color
Monochromatic Colors of #959FA2
Black with #959FA2
Text Example
Text Example
White with #959FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FA2; }
p { color: rgb(149,159,162); }
H1.HeaderClassName
{
color: #959FA2;
}
.AnyTagClassName
{
color: #959FA2;
}
</style>
background-color css
<style>
a { background-color: #959FA2; }
a { background-color: rgb(149,159,162); }
div.DivClassName
{
background-color: #959FA2;
}
.BgClassName
{
background-color: #959FA2;
}
</style>
border-color css
<style>
span { border-color: #959FA2; }
span { border-color: rgb(149,159,162); }
td.TdClassName
{
border-color: #959FA2;
}
.TagClassName
{
border-color: #959FA2;
}
</style>