#8B8BAD

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

Shades of Manatee #8B8BAD

Tints of Manatee #8B8BAD

Color information

#8B8BAD (or 0x8B8BAD) is unknown color: approx Manatee. HEX triplet: 8B, 8B and AD. RGB value is (139,139,173). Sum of RGB (Red+Green+Blue) = 139+139+173=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8BAD is #747452. Grayscale: #8E8E8E. Windows color (decimal): -7631955 or 11373451. OLE color: 11373451.

HSL color Cylindrical-coordinate representation of color #8B8BAD: hue angle of 240º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B8BAD is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139139173-
CMYK0.200.2000.32
HSL240º17.17%61.18%-
HSV(B)240º19.65%67.84%-
XYZ27.4226.9743.3-
YUV142.88145125.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=30.82%
G=30.82%
B=38.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391391730.200.2000.3224017.1761.18
Hex8B8BAD1414020f0113d
Octal21321325524240403602175
Binary100010111000101110101101101001010001000001111000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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