#9195AA

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

Shades of Manatee #9195AA

Tints of Manatee #9195AA

Color information

#9195AA (or 0x9195AA) is unknown color: approx Manatee. HEX triplet: 91, 95 and AA. RGB value is (145,149,170). Sum of RGB (Red+Green+Blue) = 145+149+170=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9195AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195AA is #6E6A55. Grayscale: #969696. Windows color (decimal): -7236182 or 11179409. OLE color: 11179409.

HSL color Cylindrical-coordinate representation of color #9195AA: hue angle of 230.4º 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 #9195AA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145149170-
CMYK0.150.1200.33
HSL230.4º12.82%61.76%-
HSV(B)230.4º14.71%66.67%-
XYZ29.6830.4242.34-
YUV150.2139.17124.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=31.25%
G=32.11%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451491700.150.1200.33230.412.8261.76
Hex9195AAFC021e6d3e
Octal22122525217140413461576
Binary100100011001010110101010111111000100001111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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