Html Css Color HEX #856B82 Old Lavender

📋 copy color: '#856B82'

red 133 ◦ green 107 ◦ blue 130

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

Shades of Old Lavender #856B82

Tints of Old Lavender #856B82

RGB

 RED value IS 133 (52.34% from 255) = 35.95%

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 35.95%
G = 28.92%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856B82 (or 0x856B82) is known color: Old Lavender. HEX triplet: 85, 6B and 82. RGB value is (133,107,130). Sum of RGB (Red+Green+Blue) = 133+107+130=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #856B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B82 is #7A947D. Grayscale: #757575. Windows color (decimal): -8033406 or 8547205. OLE color: 8547205.

HSL color Cylindrical-coordinate representation of color #856B82: hue angle of 306.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856B82 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 130 -
CMYK 0 0.20 0.02 0.48
HSL 306.92º 0.11% 0.47% -
HSV(B) 306.92º 0.2% 0.52% -
XYZ 18.96 17.11 23.42 -
YUV 117.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 133 107 130 0 0.20 0.02 0.48 306.92 0.11 0.47
Hex 85 6B 82 0 14 2 30 133 B 2F
Octal 205 153 202 0 24 2 60 463 13 57
Binary 10000101 1101011 10000010 0 10100 10 110000 100110011 1011 101111

Color Harmonies of #856B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B82

Black with #856B82

Text Example


Text Example

White with #856B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B82; }

 p { color: rgb(133,107,130); }

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

background-color css

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

 a { background-color: rgb(133,107,130); }

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

border-color css

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

 span { border-color: rgb(133,107,130); }

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