Shades of Manatee #9095B3
Tints of Manatee #9095B3
RGB
CMYK
RGB Variations
Color information
#9095B3 (or 0x9095B3) is known color: Manatee. HEX triplet: 90, 95 and B3. RGB value is (144,149,179). Sum of RGB (Red+Green+Blue) = 144+149+179=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #9095B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095B3 is #6F6A4C. Grayscale: #969696. Windows color (decimal): -7301709 or 11769232. OLE color: 11769232.
HSL color Cylindrical-coordinate representation of color #9095B3: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9095B3 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 149 | 179 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.30 |
| HSL | 231.43º | 0.19% | 0.63% | - |
| HSV(B) | 231.43º | 0.2% | 0.7% | - |
| XYZ | 30.39 | 30.68 | 46.97 | - |
| YUV | 150.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 179 | 0.20 | 0.17 | 0 | 0.30 | 231.43 | 0.19 | 0.63 |
| Hex | 90 | 95 | B3 | 14 | 11 | 0 | 1E | E7 | 13 | 3F |
| Octal | 220 | 225 | 263 | 24 | 21 | 0 | 36 | 347 | 23 | 77 |
| Binary | 10010000 | 10010101 | 10110011 | 10100 | 10001 | 0 | 11110 | 11100111 | 10011 | 111111 |
Color Harmonies of #9095B3
Complementary color
Monochromatic Colors of #9095B3
Black with #9095B3
Text Example
Text Example
White with #9095B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095B3; }
p { color: rgb(144,149,179); }
H1.HeaderClassName
{
color: #9095B3;
}
.AnyTagClassName
{
color: #9095B3;
}
</style>
background-color css
<style>
a { background-color: #9095B3; }
a { background-color: rgb(144,149,179); }
div.DivClassName
{
background-color: #9095B3;
}
.BgClassName
{
background-color: #9095B3;
}
</style>
border-color css
<style>
span { border-color: #9095B3; }
span { border-color: rgb(144,149,179); }
td.TdClassName
{
border-color: #9095B3;
}
.TagClassName
{
border-color: #9095B3;
}
</style>