#836889

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

Shades of Trendy Pink #836889

Tints of Trendy Pink #836889

Color information

#836889 (or 0x836889) is unknown color: approx Trendy Pink. HEX triplet: 83, 68 and 89. RGB value is (131,104,137). Sum of RGB (Red+Green+Blue) = 131+104+137=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #836889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836889 is #7C9776. Grayscale: #737373. Windows color (decimal): -8165239 or 9005187. OLE color: 9005187.

HSL color Cylindrical-coordinate representation of color #836889: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836889 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131104137-
CMYK0.040.2400.46
HSL289.09º13.69%47.25%-
HSV(B)289.09º24.09%53.73%-
XYZ18.8316.5325.87-
YUV115.83139.95138.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=35.22%
G=27.96%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311041370.040.2400.46289.0913.6947.25
Hex83688941802E121e2f
Octal2031502114300564411657
Binary100000111101000100010011001100001011101001000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836889; }

 p { color: rgb(131,104,137); }

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

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

 a { background-color: rgb(131,104,137); }

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

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

 span { border-color: rgb(131,104,137); }

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