#9193AA

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

Shades of Manatee #9193AA

Tints of Manatee #9193AA

Color information

#9193AA (or 0x9193AA) is unknown color: approx Manatee. HEX triplet: 91, 93 and AA. RGB value is (145,147,170). Sum of RGB (Red+Green+Blue) = 145+147+170=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #9193AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9193AA is #6E6C55. Grayscale: #949494. Windows color (decimal): -7236694 or 11178897. OLE color: 11178897.

HSL color Cylindrical-coordinate representation of color #9193AA: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9193AA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145147170-
CMYK0.150.1400.33
HSL235.2º12.82%61.76%-
HSV(B)235.2º14.71%66.67%-
XYZ29.3729.7942.23-
YUV149.02139.84125.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=31.39%
G=31.82%
B=36.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451471700.150.1400.33235.212.8261.76
Hex9193AAFE021ebd3e
Octal22122325217160413531576
Binary100100011001001110101010111111100100001111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9193AA; }

 p { color: rgb(145,147,170); }

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

<style>
 a { background-color: #9193AA; }

 a { background-color: rgb(145,147,170); }

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

<style>
 span { border-color: #9193AA; }

 span { border-color: rgb(145,147,170); }

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