Html Css Color HEX #836486 Trendy Pink

📋 copy color: '#836486'

red 131 ◦ green 100 ◦ blue 134

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

Shades of Trendy Pink #836486

Tints of Trendy Pink #836486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 35.89%
G = 27.4%
B = 36.71%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836486 (or 0x836486) is known color: Trendy Pink. HEX triplet: 83, 64 and 86. RGB value is (131,100,134). Sum of RGB (Red+Green+Blue) = 131+100+134=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #836486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836486 is #7C9B79. Grayscale: #717171. Windows color (decimal): -8166266 or 8807555. OLE color: 8807555.

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

Color convert

RGB 131 100 134 -
CMYK 0.02 0.25 0 0.47
HSL 294.71º 0.15% 0.46% -
HSV(B) 294.71º 0.25% 0.53% -
XYZ 18.22 15.66 24.62 -
YUV 113.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 131 100 134 0.02 0.25 0 0.47 294.71 0.15 0.46
Hex 83 64 86 2 19 0 2F 127 F 2E
Octal 203 144 206 2 31 0 57 447 17 56
Binary 10000011 1100100 10000110 10 11001 0 101111 100100111 1111 101110

Color Harmonies of #836486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836486

Black with #836486

Text Example


Text Example

White with #836486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836486; }

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

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

background-color css

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

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

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

border-color css

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

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

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