Html Css Color HEX #836686 Trendy Pink

📋 copy color: '#836686'

red 131 ◦ green 102 ◦ blue 134

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

Shades of Trendy Pink #836686

Tints of Trendy Pink #836686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 35.69%
G = 27.79%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836686 (or 0x836686) is known color: Trendy Pink. HEX triplet: 83, 66 and 86. RGB value is (131,102,134). Sum of RGB (Red+Green+Blue) = 131+102+134=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #836686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836686 is #7C9979. Grayscale: #727272. Windows color (decimal): -8165754 or 8808067. OLE color: 8808067.

HSL color Cylindrical-coordinate representation of color #836686: hue angle of 294.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836686 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 102 134 -
CMYK 0.02 0.24 0 0.47
HSL 294.38º 0.14% 0.46% -
HSV(B) 294.38º 0.24% 0.53% -
XYZ 18.41 16.05 24.68 -
YUV 114.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 131 102 134 0.02 0.24 0 0.47 294.38 0.14 0.46
Hex 83 66 86 2 18 0 2F 126 E 2E
Octal 203 146 206 2 30 0 57 446 16 56
Binary 10000011 1100110 10000110 10 11000 0 101111 100100110 1110 101110

Color Harmonies of #836686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836686

Black with #836686

Text Example


Text Example

White with #836686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836686; }

 p { color: rgb(131,102,134); }

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

background-color css

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

 a { background-color: rgb(131,102,134); }

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

border-color css

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

 span { border-color: rgb(131,102,134); }

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