#8B788B

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

Shades of Old Lavender #8B788B

Tints of Old Lavender #8B788B

Color information

#8B788B (or 0x8B788B) is unknown color: approx Old Lavender. HEX triplet: 8B, 78 and 8B. RGB value is (139,120,139). Sum of RGB (Red+Green+Blue) = 139+120+139=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B788B is #748774. Grayscale: #7F7F7F. Windows color (decimal): -7636853 or 9140363. OLE color: 9140363.

HSL color Cylindrical-coordinate representation of color #8B788B: hue angle of 300º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B788B is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139120139-
CMYK00.1400.45
HSL300º7.57%50.78%-
HSV(B)300º13.67%54.51%-
XYZ22.0220.7927.28-
YUV127.85134.29135.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=34.92%
G=30.15%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912013900.1400.453007.5750.78
Hex8B788B0E02D12c833
Octal2131702130160554541063
Binary100010111111000100010110111001011011001011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,139); }

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

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

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

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

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

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

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