#826789

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

Shades of Trendy Pink #826789

Tints of Trendy Pink #826789

Color information

#826789 (or 0x826789) is unknown color: approx Trendy Pink. HEX triplet: 82, 67 and 89. RGB value is (130,103,137). Sum of RGB (Red+Green+Blue) = 130+103+137=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 103 (40.62% from 255 or 27.84% 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 #826789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826789 is #7D9876. Grayscale: #727272. Windows color (decimal): -8231031 or 9004930. OLE color: 9004930.

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

Color convert

RGB130103137-
CMYK0.050.2500.46
HSL287.65º14.17%47.06%-
HSV(B)287.65º24.82%53.73%-
XYZ18.5716.2525.83-
YUV114.95140.45138.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=35.14%
G=27.84%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301031370.050.2500.46287.6514.1747.06
Hex82678951902E120e2f
Octal2021472115310564401657
Binary100000101100111100010011011100101011101001000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826789; }

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

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

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

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

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

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

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

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