#836784

Color #836784 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #836784

Tints of Trendy Pink #836784

Color information

#836784 (or 0x836784) is unknown color: approx 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

RGB131103132-
CMYK0.010.2200.48
HSL297.93º12.34%46.08%-
HSV(B)297.93º21.97%51.76%-
XYZ18.3816.1923.99-
YUV114.68137.78139.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311031320.010.2200.48297.9312.3446.08
Hex83678411603012ac2e
Octal2031472041260604521456
Binary1000001111001111000010011011001100001001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>