#816687

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

Shades of Trendy Pink #816687

Tints of Trendy Pink #816687

Color information

#816687 (or 0x816687) is unknown color: approx Trendy Pink. HEX triplet: 81, 66 and 87. RGB value is (129,102,135). Sum of RGB (Red+Green+Blue) = 129+102+135=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #816687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816687 is #7E9978. Grayscale: #717171. Windows color (decimal): -8296825 or 8873601. OLE color: 8873601.

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

Color convert

RGB129102135-
CMYK0.040.2400.47
HSL289.09º13.92%46.47%-
HSV(B)289.09º24.44%52.94%-
XYZ18.1815.9225.04-
YUV113.84139.95138.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=35.25%
G=27.87%
B=36.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291021350.040.2400.47289.0913.9246.47
Hex81668741802F121e2e
Octal2011462074300574411656
Binary100000011100110100001111001100001011111001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816687; }

 p { color: rgb(129,102,135); }

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

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

 a { background-color: rgb(129,102,135); }

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

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

 span { border-color: rgb(129,102,135); }

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