#836689

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

Shades of Trendy Pink #836689

Tints of Trendy Pink #836689

Color information

#836689 (or 0x836689) is unknown color: approx Trendy Pink. HEX triplet: 83, 66 and 89. RGB value is (131,102,137). Sum of RGB (Red+Green+Blue) = 131+102+137=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #836689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836689 is #7C9976. Grayscale: #727272. Windows color (decimal): -8165751 or 9004675. OLE color: 9004675.

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

Color convert

RGB131102137-
CMYK0.040.2600.46
HSL289.71º14.64%46.86%-
HSV(B)289.71º25.55%53.73%-
XYZ18.6316.1325.8-
YUV114.66140.61139.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=35.41%
G=27.57%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311021370.040.2600.46289.7114.6446.86
Hex83668941A02E122f2f
Octal2031462114320564421757
Binary100000111100110100010011001101001011101001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836689; }

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

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

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

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

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

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

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

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