Html Css Color HEX #836784 Trendy Pink

📋 copy color: '#836784'

red 131 ◦ green 103 ◦ blue 132

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

Shades of Trendy Pink #836784

Tints of Trendy Pink #836784

RGB

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

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

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

R = 35.79%
G = 28.14%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836784 (or 0x836784) is known color: Trendy Pink. HEX triplet: 83, 67 and 84. RGB value is (131,103,132). Sum of RGB (Red+Green+Blue) = 131+103+132=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #836784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836784 is #7C987B. Grayscale: #727272. Windows color (decimal): -8165500 or 8677251. OLE color: 8677251.

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

Color convert

RGB 131 103 132 -
CMYK 0.01 0.22 0 0.48
HSL 297.93º 0.12% 0.46% -
HSV(B) 297.93º 0.22% 0.52% -
XYZ 18.38 16.19 23.99 -
YUV 114.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 131 103 132 0.01 0.22 0 0.48 297.93 0.12 0.46
Hex 83 67 84 1 16 0 30 12A C 2E
Octal 203 147 204 1 26 0 60 452 14 56
Binary 10000011 1100111 10000100 1 10110 0 110000 100101010 1100 101110

Color Harmonies of #836784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836784

Black with #836784

Text Example


Text Example

White with #836784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836784; }

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

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

background-color css

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

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

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

border-color css

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

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

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