Html Css Color HEX #8B788B Old Lavender

📋 copy color: '#8B788B'

red 139 ◦ green 120 ◦ blue 139

#8B788B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #8B788B

Tints of Old Lavender #8B788B

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 value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B788B (or 0x8B788B) is known color: 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

RGB 139 120 139 -
CMYK 0 0.14 0 0.45
HSL 300º 0.08% 0.51% -
HSV(B) 300º 0.14% 0.55% -
XYZ 22.02 20.79 27.28 -
YUV 127.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 139 120 139 0 0.14 0 0.45 300 0.08 0.51
Hex 8B 78 8B 0 E 0 2D 12C 8 33
Octal 213 170 213 0 16 0 55 454 10 63
Binary 10001011 1111000 10001011 0 1110 0 101101 100101100 1000 110011

Color Harmonies of #8B788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B788B

Black with #8B788B

Text Example


Text Example

White with #8B788B

Text Example


Text Example

HTML Codes & Css Web 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>