#8B8CAA

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

Shades of Manatee #8B8CAA

Tints of Manatee #8B8CAA

Color information

#8B8CAA (or 0x8B8CAA) is unknown color: approx Manatee. HEX triplet: 8B, 8C and AA. RGB value is (139,140,170). Sum of RGB (Red+Green+Blue) = 139+140+170=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8CAA is #747355. Grayscale: #8E8E8E. Windows color (decimal): -7631702 or 11177099. OLE color: 11177099.

HSL color Cylindrical-coordinate representation of color #8B8CAA: hue angle of 238.06º 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 #8B8CAA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139140170-
CMYK0.180.1800.33
HSL238.06º15.42%60.59%-
HSV(B)238.06º18.24%66.67%-
XYZ27.2827.1541.83-
YUV143.12143.17125.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=30.96%
G=31.18%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391401700.180.1800.33238.0615.4260.59
Hex8B8CAA1212021eef3d
Octal21321425222220413561775
Binary10001011100011001010101010010100100100001111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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