Html Css Color HEX #836684 Trendy Pink

📋 copy color: '#836684'

red 131 ◦ green 102 ◦ blue 132

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

Shades of Trendy Pink #836684

Tints of Trendy Pink #836684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 35.89%
G = 27.95%
B = 36.16%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836684 (or 0x836684) is known color: Trendy Pink. HEX triplet: 83, 66 and 84. RGB value is (131,102,132). Sum of RGB (Red+Green+Blue) = 131+102+132=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #836684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836684 is #7C997B. Grayscale: #717171. Windows color (decimal): -8165756 or 8676995. OLE color: 8676995.

HSL color Cylindrical-coordinate representation of color #836684: hue angle of 298º 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 #836684 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 102 132 -
CMYK 0.01 0.23 0 0.48
HSL 298º 0.13% 0.46% -
HSV(B) 298º 0.23% 0.52% -
XYZ 18.28 15.99 23.95 -
YUV 114.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 131 102 132 0.01 0.23 0 0.48 298 0.13 0.46
Hex 83 66 84 1 17 0 30 12A D 2E
Octal 203 146 204 1 27 0 60 452 15 56
Binary 10000011 1100110 10000100 1 10111 0 110000 100101010 1101 101110

Color Harmonies of #836684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836684

Black with #836684

Text Example


Text Example

White with #836684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836684; }

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

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

background-color css

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

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

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

border-color css

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

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

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