Html Css Color HEX #836D87 Trendy Pink

📋 copy color: '#836D87'

red 131 ◦ green 109 ◦ blue 135

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

Shades of Trendy Pink #836D87

Tints of Trendy Pink #836D87

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 34.93%
G = 29.07%
B = 36%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836D87 (or 0x836D87) is known color: Trendy Pink. HEX triplet: 83, 6D and 87. RGB value is (131,109,135). Sum of RGB (Red+Green+Blue) = 131+109+135=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #836D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836D87 is #7C9278. Grayscale: #767676. Windows color (decimal): -8163961 or 8875395. OLE color: 8875395.

HSL color Cylindrical-coordinate representation of color #836D87: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #836D87 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 109 135 -
CMYK 0.03 0.19 0 0.47
HSL 290.77º 0.11% 0.48% -
HSV(B) 290.77º 0.19% 0.53% -
XYZ 19.2 17.51 25.29 -
YUV 118.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 131 109 135 0.03 0.19 0 0.47 290.77 0.11 0.48
Hex 83 6D 87 3 13 0 2F 123 B 30
Octal 203 155 207 3 23 0 57 443 13 60
Binary 10000011 1101101 10000111 11 10011 0 101111 100100011 1011 110000

Color Harmonies of #836D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D87

Black with #836D87

Text Example


Text Example

White with #836D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836D87; }

 p { color: rgb(131,109,135); }

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

background-color css

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

 a { background-color: rgb(131,109,135); }

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

border-color css

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

 span { border-color: rgb(131,109,135); }

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