#837386

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

Shades of Trendy Pink #837386

Tints of Trendy Pink #837386

Color information

#837386 (or 0x837386) is unknown color: approx Trendy Pink. HEX triplet: 83, 73 and 86. RGB value is (131,115,134). Sum of RGB (Red+Green+Blue) = 131+115+134=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #837386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837386 is #7C8C79. Grayscale: #797979. Windows color (decimal): -8162426 or 8811395. OLE color: 8811395.

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

Color convert

RGB131115134-
CMYK0.020.1400.47
HSL290.53º7.63%48.82%-
HSV(B)290.53º14.18%52.55%-
XYZ19.7918.8125.14-
YUV121.95134.8134.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=34.47%
G=30.26%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311151340.020.1400.47290.537.6348.82
Hex8373862E02F123831
Octal2031632062160574431061
Binary1000001111100111000011010111001011111001000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837386; }

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

 H1.HeaderClassName
 {
   color: #837386;
 }
 .AnyTagClassName
 {
   color: #837386;
 }
</style>
background-color css

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

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

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

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

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

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