#9095AD

Color #9095AD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9095AD

Tints of Manatee #9095AD

Color information

#9095AD (or 0x9095AD) is unknown color: approx Manatee. HEX triplet: 90, 95 and AD. RGB value is (144,149,173). Sum of RGB (Red+Green+Blue) = 144+149+173=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #9095AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9095AD is #6F6A52. Grayscale: #969696. Windows color (decimal): -7301715 or 11376016. OLE color: 11376016.

HSL color Cylindrical-coordinate representation of color #9095AD: hue angle of 229.66º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9095AD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144149173-
CMYK0.170.1400.32
HSL229.66º15.03%62.16%-
HSV(B)229.66º16.76%67.84%-
XYZ29.7930.4443.84-
YUV150.24140.84123.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=30.90%
G=31.97%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441491730.170.1400.32229.6615.0362.16
Hex9095AD11E020e6f3e
Octal22022525521160403461776
Binary1001000010010101101011011000111100100000111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9095AD; }

 p { color: rgb(144,149,173); }

 H1.HeaderClassName
 {
   color: #9095AD;
 }
 .AnyTagClassName
 {
   color: #9095AD;
 }
</style>
background-color css

<style>
 a { background-color: #9095AD; }

 a { background-color: rgb(144,149,173); }

 div.DivClassName
 {
   background-color: #9095AD;
 }
 .BgClassName
 {
   background-color: #9095AD;
 }
</style>
border-color css

<style>
 span { border-color: #9095AD; }

 span { border-color: rgb(144,149,173); }

 td.TdClassName
 {
   border-color: #9095AD;
 }
 .TagClassName
 {
   border-color: #9095AD;
 }
</style>