Html Css Color HEX #836785 Trendy Pink

📋 copy color: '#836785'

red 131 ◦ green 103 ◦ blue 133

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

Shades of Trendy Pink #836785

Tints of Trendy Pink #836785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 35.69%
G = 28.07%
B = 36.24%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836785 (or 0x836785) is known color: Trendy Pink. HEX triplet: 83, 67 and 85. RGB value is (131,103,133). Sum of RGB (Red+Green+Blue) = 131+103+133=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #836785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836785 is #7C987A. Grayscale: #727272. Windows color (decimal): -8165499 or 8742787. OLE color: 8742787.

HSL color Cylindrical-coordinate representation of color #836785: hue angle of 296º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836785 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 103 133 -
CMYK 0.02 0.23 0 0.48
HSL 296º 0.13% 0.46% -
HSV(B) 296º 0.23% 0.52% -
XYZ 18.44 16.22 24.35 -
YUV 114.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 131 103 133 0.02 0.23 0 0.48 296 0.13 0.46
Hex 83 67 85 2 17 0 30 128 D 2E
Octal 203 147 205 2 27 0 60 450 15 56
Binary 10000011 1100111 10000101 10 10111 0 110000 100101000 1101 101110

Color Harmonies of #836785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836785

Black with #836785

Text Example


Text Example

White with #836785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836785; }

 p { color: rgb(131,103,133); }

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

background-color css

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

 a { background-color: rgb(131,103,133); }

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

border-color css

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

 span { border-color: rgb(131,103,133); }

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