#8B8CAB

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

Shades of Manatee #8B8CAB

Tints of Manatee #8B8CAB

Color information

#8B8CAB (or 0x8B8CAB) is unknown color: approx Manatee. HEX triplet: 8B, 8C and AB. RGB value is (139,140,171). Sum of RGB (Red+Green+Blue) = 139+140+171=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8CAB is #747354. Grayscale: #8F8F8F. Windows color (decimal): -7631701 or 11242635. OLE color: 11242635.

HSL color Cylindrical-coordinate representation of color #8B8CAB: hue angle of 238.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8CAB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139140171-
CMYK0.190.1800.33
HSL238.12º16%60.78%-
HSV(B)238.12º18.71%67.06%-
XYZ27.3827.1942.33-
YUV143.23143.67124.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 171 (67.19% from 255) = 38%
R=30.89%
G=31.11%
B=38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391401710.190.1800.33238.121660.78
Hex8B8CAB1312021ee103d
Octal21321425323220413562075
Binary100010111000110010101011100111001001000011110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,171); }

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

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

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

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

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

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

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