Shades of Manatee #969BA7
Tints of Manatee #969BA7
RGB
CMYK
RGB Variations
Color information
#969BA7 (or 0x969BA7) is known color: Manatee. HEX triplet: 96, 9B and A7. RGB value is (150,155,167). Sum of RGB (Red+Green+Blue) = 150+155+167=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 167 - color contains mainly: blue. Hex color #969BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BA7 is #696458. Grayscale: #9A9A9A. Windows color (decimal): -6906969 or 10984342. OLE color: 10984342.
HSL color Cylindrical-coordinate representation of color #969BA7: hue angle of 222.35º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969BA7 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 155 | 167 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.35 |
| HSL | 222.35º | 0.09% | 0.62% | - |
| HSV(B) | 222.35º | 0.1% | 0.65% | - |
| XYZ | 31.27 | 32.72 | 41.23 | - |
| YUV | 154.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 167 | 0.10 | 0.07 | 0 | 0.35 | 222.35 | 0.09 | 0.62 |
| Hex | 96 | 9B | A7 | A | 7 | 0 | 23 | DE | 9 | 3E |
| Octal | 226 | 233 | 247 | 12 | 7 | 0 | 43 | 336 | 11 | 76 |
| Binary | 10010110 | 10011011 | 10100111 | 1010 | 111 | 0 | 100011 | 11011110 | 1001 | 111110 |
Color Harmonies of #969BA7
Complementary color
Monochromatic Colors of #969BA7
Black with #969BA7
Text Example
Text Example
White with #969BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BA7; }
p { color: rgb(150,155,167); }
H1.HeaderClassName
{
color: #969BA7;
}
.AnyTagClassName
{
color: #969BA7;
}
</style>
background-color css
<style>
a { background-color: #969BA7; }
a { background-color: rgb(150,155,167); }
div.DivClassName
{
background-color: #969BA7;
}
.BgClassName
{
background-color: #969BA7;
}
</style>
border-color css
<style>
span { border-color: #969BA7; }
span { border-color: rgb(150,155,167); }
td.TdClassName
{
border-color: #969BA7;
}
.TagClassName
{
border-color: #969BA7;
}
</style>