#9092AD

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

Shades of Manatee #9092AD

Tints of Manatee #9092AD

Color information

#9092AD (or 0x9092AD) is unknown color: approx Manatee. HEX triplet: 90, 92 and AD. RGB value is (144,146,173). Sum of RGB (Red+Green+Blue) = 144+146+173=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9092AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9092AD is #6F6D52. Grayscale: #949494. Windows color (decimal): -7302483 or 11375248. OLE color: 11375248.

HSL color Cylindrical-coordinate representation of color #9092AD: hue angle of 235.86º 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 #9092AD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144146173-
CMYK0.170.1600.32
HSL235.86º15.03%62.16%-
HSV(B)235.86º16.76%67.84%-
XYZ29.3229.543.68-
YUV148.48141.84124.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=31.10%
G=31.53%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441461730.170.1600.32235.8615.0362.16
Hex9092AD1110020ecf3e
Octal22022225521200403541776
Binary10010000100100101010110110001100000100000111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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