Html Css Color HEX #86627D Old Lavender

📋 copy color: '#86627D'

red 134 ◦ green 98 ◦ blue 125

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

Shades of Old Lavender #86627D

Tints of Old Lavender #86627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 37.54%
G = 27.45%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86627D (or 0x86627D) is known color: Old Lavender. HEX triplet: 86, 62 and 7D. RGB value is (134,98,125). Sum of RGB (Red+Green+Blue) = 134+98+125=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627D is #799D82. Grayscale: #6F6F6F. Windows color (decimal): -7970179 or 8217222. OLE color: 8217222.

HSL color Cylindrical-coordinate representation of color #86627D: hue angle of 315º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86627D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 125 -
CMYK 0 0.27 0.07 0.47
HSL 315º 0.16% 0.45% -
HSV(B) 315º 0.27% 0.53% -
XYZ 17.9 15.28 21.41 -
YUV 111.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 134 98 125 0 0.27 0.07 0.47 315 0.16 0.45
Hex 86 62 7D 0 1B 7 2F 13B 10 2D
Octal 206 142 175 0 33 7 57 473 20 55
Binary 10000110 1100010 1111101 0 11011 111 101111 100111011 10000 101101

Color Harmonies of #86627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86627D

Black with #86627D

Text Example


Text Example

White with #86627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86627D; }

 p { color: rgb(134,98,125); }

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

background-color css

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

 a { background-color: rgb(134,98,125); }

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

border-color css

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

 span { border-color: rgb(134,98,125); }

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