#8B8E7F

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

Shades of Jumbo #8B8E7F

Tints of Jumbo #8B8E7F

Color information

#8B8E7F (or 0x8B8E7F) is unknown color: approx Jumbo. HEX triplet: 8B, 8E and 7F. RGB value is (139,142,127). Sum of RGB (Red+Green+Blue) = 139+142+127=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E7F is #747180. Grayscale: #8B8B8B. Windows color (decimal): -7631233 or 8359563. OLE color: 8359563.

HSL color Cylindrical-coordinate representation of color #8B8E7F: hue angle of 72º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B8E7F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB139142127-
CMYK0.0200.110.44
HSL72º6.22%52.75%-
HSV(B)72º10.56%55.69%-
XYZ24.1526.3723.9-
YUV139.39121.01127.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 127 (50% from 255) = 31.13%
R=34.07%
G=34.80%
B=31.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421270.0200.110.44726.2252.75
Hex8B8E7F20B2C48635
Octal213216177201354110665
Binary1000101110001110111111110010111011001001000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,127); }

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

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

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

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

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

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

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