#8B95AA

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

Shades of Manatee #8B95AA

Tints of Manatee #8B95AA

Color information

#8B95AA (or 0x8B95AA) is unknown color: approx Manatee. HEX triplet: 8B, 95 and AA. RGB value is (139,149,170). Sum of RGB (Red+Green+Blue) = 139+149+170=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B95AA is #746A55. Grayscale: #949494. Windows color (decimal): -7629398 or 11179403. OLE color: 11179403.

HSL color Cylindrical-coordinate representation of color #8B95AA: hue angle of 220.65º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B95AA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139149170-
CMYK0.180.1200.33
HSL220.65º15.42%60.59%-
HSV(B)220.65º18.24%66.67%-
XYZ28.6529.8942.29-
YUV148.4140.19121.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=30.35%
G=32.53%
B=37.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391491700.180.1200.33220.6515.4260.59
Hex8B95AA12C021ddf3d
Octal21322525222140413351775
Binary1000101110010101101010101001011000100001110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B95AA; }

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

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

<style>
 a { background-color: #8B95AA; }

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

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

<style>
 span { border-color: #8B95AA; }

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

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