#826086

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

Shades of Trendy Pink #826086

Tints of Trendy Pink #826086

Color information

#826086 (or 0x826086) is unknown color: approx Trendy Pink. HEX triplet: 82, 60 and 86. RGB value is (130,96,134). Sum of RGB (Red+Green+Blue) = 130+96+134=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #826086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826086 is #7D9F79. Grayscale: #6E6E6E. Windows color (decimal): -8232826 or 8806530. OLE color: 8806530.

HSL color Cylindrical-coordinate representation of color #826086: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826086 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13096134-
CMYK0.030.2800.47
HSL293.68º16.52%45.1%-
HSV(B)293.68º28.36%52.55%-
XYZ17.6914.8324.48-
YUV110.5141.26141.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=36.11%
G=26.67%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130961340.030.2800.47293.6816.5245.1
Hex82608631C02F126112d
Octal2021402063340574462155
Binary100000101100000100001101111100010111110010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826086; }

 p { color: rgb(130,96,134); }

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

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

 a { background-color: rgb(130,96,134); }

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

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

 span { border-color: rgb(130,96,134); }

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