#8B8FB3

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

Shades of Manatee #8B8FB3

Tints of Manatee #8B8FB3

Color information

#8B8FB3 (or 0x8B8FB3) is unknown color: approx Manatee. HEX triplet: 8B, 8F and B3. RGB value is (139,143,179). Sum of RGB (Red+Green+Blue) = 139+143+179=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B8FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FB3 is #74704C. Grayscale: #919191. Windows color (decimal): -7630925 or 11767691. OLE color: 11767691.

HSL color Cylindrical-coordinate representation of color #8B8FB3: hue angle of 234º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B8FB3 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139143179-
CMYK0.220.2000.30
HSL234º20.83%62.35%-
HSV(B)234º22.35%70.2%-
XYZ28.6128.3946.62-
YUV145.91146.67123.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=30.15%
G=31.02%
B=38.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391431790.220.2000.3023420.8362.35
Hex8B8FB3161401Eea153e
Octal21321726326240363522576
Binary10001011100011111011001110110101000111101110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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