Html Css Color HEX #82677F Old Lavender

📋 copy color: '#82677F'

red 130 ◦ green 103 ◦ blue 127

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

Shades of Old Lavender #82677F

Tints of Old Lavender #82677F

RGB

 RED value IS 130 (51.17% from 255) = 36.11%

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 36.11%
G = 28.61%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82677F (or 0x82677F) is known color: Old Lavender. HEX triplet: 82, 67 and 7F. RGB value is (130,103,127). Sum of RGB (Red+Green+Blue) = 130+103+127=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677F is #7D9880. Grayscale: #717171. Windows color (decimal): -8231041 or 8349570. OLE color: 8349570.

HSL color Cylindrical-coordinate representation of color #82677F: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82677F is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 127 -
CMYK 0 0.21 0.02 0.49
HSL 306.67º 0.12% 0.46% -
HSV(B) 306.67º 0.21% 0.51% -
XYZ 17.89 15.98 22.22 -
YUV 113.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 130 103 127 0 0.21 0.02 0.49 306.67 0.12 0.46
Hex 82 67 7F 0 15 2 31 133 C 2E
Octal 202 147 177 0 25 2 61 463 14 56
Binary 10000010 1100111 1111111 0 10101 10 110001 100110011 1100 101110

Color Harmonies of #82677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82677F

Black with #82677F

Text Example


Text Example

White with #82677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82677F; }

 p { color: rgb(130,103,127); }

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

background-color css

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

 a { background-color: rgb(130,103,127); }

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

border-color css

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

 span { border-color: rgb(130,103,127); }

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