#826285

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

Shades of Trendy Pink #826285

Tints of Trendy Pink #826285

Color information

#826285 (or 0x826285) is unknown color: approx Trendy Pink. HEX triplet: 82, 62 and 85. RGB value is (130,98,133). Sum of RGB (Red+Green+Blue) = 130+98+133=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #826285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826285 is #7D9D7A. Grayscale: #6F6F6F. Windows color (decimal): -8232315 or 8741506. OLE color: 8741506.

HSL color Cylindrical-coordinate representation of color #826285: hue angle of 294.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826285 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13098133-
CMYK0.020.2600.48
HSL294.86º15.15%45.29%-
HSV(B)294.86º26.32%52.16%-
XYZ17.8115.1724.18-
YUV111.56140.1141.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=36.01%
G=27.15%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130981330.020.2600.48294.8615.1545.29
Hex82628521A030127f2d
Octal2021422052320604471755
Binary10000010110001010000101101101001100001001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826285; }

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

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

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

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

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

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

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

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