#826289

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

Shades of Trendy Pink #826289

Tints of Trendy Pink #826289

Color information

#826289 (or 0x826289) is unknown color: approx Trendy Pink. HEX triplet: 82, 62 and 89. RGB value is (130,98,137). Sum of RGB (Red+Green+Blue) = 130+98+137=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #826289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826289 is #7D9D76. Grayscale: #6F6F6F. Windows color (decimal): -8232311 or 9003650. OLE color: 9003650.

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

Color convert

RGB13098137-
CMYK0.050.2800.46
HSL289.23º16.6%46.08%-
HSV(B)289.23º28.47%53.73%-
XYZ18.0915.2925.66-
YUV112.01142.1140.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=35.62%
G=26.85%
B=37.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130981370.050.2800.46289.2316.646.08
Hex82628951C02E121112e
Octal2021422115340564412156
Binary1000001011000101000100110111100010111010010000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826289; }

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

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

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

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

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

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

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

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