#8B8BAA

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

Shades of Manatee #8B8BAA

Tints of Manatee #8B8BAA

Color information

#8B8BAA (or 0x8B8BAA) is unknown color: approx Manatee. HEX triplet: 8B, 8B and AA. RGB value is (139,139,170). Sum of RGB (Red+Green+Blue) = 139+139+170=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8BAA is #747455. Grayscale: #8E8E8E. Windows color (decimal): -7631958 or 11176843. OLE color: 11176843.

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

Color convert

RGB139139170-
CMYK0.180.1800.33
HSL240º15.42%60.59%-
HSV(B)240º18.24%66.67%-
XYZ27.1426.8641.78-
YUV142.53143.5125.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=31.03%
G=31.03%
B=37.95%

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
Decimal1391391700.180.1800.3324015.4260.59
Hex8B8BAA1212021f0f3d
Octal21321325222220413601775
Binary10001011100010111010101010010100100100001111100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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