#825689

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

Shades of Trendy Pink #825689

Tints of Trendy Pink #825689

Color information

#825689 (or 0x825689) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 89. RGB value is (130,86,137). Sum of RGB (Red+Green+Blue) = 130+86+137=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #825689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825689 is #7DA976. Grayscale: #686868. Windows color (decimal): -8235383 or 9000578. OLE color: 9000578.

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

Color convert

RGB13086137-
CMYK0.050.3700.46
HSL291.76º22.87%43.73%-
HSV(B)291.76º37.23%53.73%-
XYZ17.0513.2125.32-
YUV104.97146.08145.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=36.83%
G=24.36%
B=38.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130861370.050.3700.46291.7622.8743.73
Hex82568952502E124172c
Octal2021262115450564442754
Binary10000010101011010001001101100101010111010010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825689; }

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

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

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

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

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

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

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

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