#8B8FB5

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

Shades of Manatee #8B8FB5

Tints of Manatee #8B8FB5

Color information

#8B8FB5 (or 0x8B8FB5) is unknown color: approx Manatee. HEX triplet: 8B, 8F and B5. RGB value is (139,143,181). Sum of RGB (Red+Green+Blue) = 139+143+181=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #8B8FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FB5 is #74704A. Grayscale: #919191. Windows color (decimal): -7630923 or 11898763. OLE color: 11898763.

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

Color convert

RGB139143181-
CMYK0.230.2100.29
HSL234.29º22.11%62.75%-
HSV(B)234.29º23.2%70.98%-
XYZ28.8128.4747.69-
YUV146.14147.67122.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=30.02%
G=30.89%
B=39.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391431810.230.2100.29234.2922.1162.75
Hex8B8FB5171501Dea163f
Octal21321726527250353522677
Binary10001011100011111011010110111101010111011110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,143,181); }

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

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

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

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

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

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

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