#826889

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

Shades of Trendy Pink #826889

Tints of Trendy Pink #826889

Color information

#826889 (or 0x826889) is unknown color: approx Trendy Pink. HEX triplet: 82, 68 and 89. RGB value is (130,104,137). Sum of RGB (Red+Green+Blue) = 130+104+137=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #826889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826889 is #7D9776. Grayscale: #737373. Windows color (decimal): -8230775 or 9005186. OLE color: 9005186.

HSL color Cylindrical-coordinate representation of color #826889: hue angle of 287.27º 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 #826889 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130104137-
CMYK0.050.2400.46
HSL287.27º13.69%47.25%-
HSV(B)287.27º24.09%53.73%-
XYZ18.6716.4525.86-
YUV115.54140.11138.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=35.04%
G=28.03%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301041370.050.2400.46287.2713.6947.25
Hex82688951802E11fe2f
Octal2021502115300564371657
Binary100000101101000100010011011100001011101000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826889; }

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

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

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

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

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

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

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

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