Html Css Color HEX #867084 Old Lavender

📋 copy color: '#867084'

red 134 ◦ green 112 ◦ blue 132

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

Shades of Old Lavender #867084

Tints of Old Lavender #867084

RGB

 RED value IS 134 (52.73% from 255) = 35.45%

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 35.45%
G = 29.63%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#867084 (or 0x867084) is known color: Old Lavender. HEX triplet: 86, 70 and 84. RGB value is (134,112,132). Sum of RGB (Red+Green+Blue) = 134+112+132=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #867084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867084 is #798F7B. Grayscale: #787878. Windows color (decimal): -7966588 or 8679558. OLE color: 8679558.

HSL color Cylindrical-coordinate representation of color #867084: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867084 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 132 -
CMYK 0 0.16 0.01 0.47
HSL 305.45º 0.09% 0.48% -
HSV(B) 305.45º 0.16% 0.53% -
XYZ 19.79 18.32 24.32 -
YUV 120.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 134 112 132 0 0.16 0.01 0.47 305.45 0.09 0.48
Hex 86 70 84 0 10 1 2F 131 9 30
Octal 206 160 204 0 20 1 57 461 11 60
Binary 10000110 1110000 10000100 0 10000 1 101111 100110001 1001 110000

Color Harmonies of #867084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867084

Black with #867084

Text Example


Text Example

White with #867084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867084; }

 p { color: rgb(134,112,132); }

 H1.HeaderClassName
 {
   color: #867084;
 }
 .AnyTagClassName
 {
   color: #867084;
 }
</style>

background-color css

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

 a { background-color: rgb(134,112,132); }

 div.DivClassName
 {
   background-color: #867084;
 }
 .BgClassName
 {
   background-color: #867084;
 }
</style>

border-color css

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

 span { border-color: rgb(134,112,132); }

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