#8B8DB6

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

Shades of Manatee #8B8DB6

Tints of Manatee #8B8DB6

Color information

#8B8DB6 (or 0x8B8DB6) is unknown color: approx Manatee. HEX triplet: 8B, 8D and B6. RGB value is (139,141,182). Sum of RGB (Red+Green+Blue) = 139+141+182=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B8DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DB6 is #747249. Grayscale: #909090. Windows color (decimal): -7631434 or 11963787. OLE color: 11963787.

HSL color Cylindrical-coordinate representation of color #8B8DB6: hue angle of 237.21º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B8DB6 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139141182-
CMYK0.240.2300.29
HSL237.21º22.75%62.94%-
HSV(B)237.21º23.63%71.37%-
XYZ28.6227.9248.14-
YUV145.08148.84123.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 182 (71.48% from 255) = 39.39%
R=30.09%
G=30.52%
B=39.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391411820.240.2300.29237.2122.7562.94
Hex8B8DB6181701Ded173f
Octal21321526630270353552777
Binary10001011100011011011011011000101110111011110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,182); }

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

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

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

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

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

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

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