#867088

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

Shades of Trendy Pink #867088

Tints of Trendy Pink #867088

Color information

#867088 (or 0x867088) is unknown color: approx Trendy Pink. HEX triplet: 86, 70 and 88. RGB value is (134,112,136). Sum of RGB (Red+Green+Blue) = 134+112+136=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #867088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867088 is #798F77. Grayscale: #797979. Windows color (decimal): -7966584 or 8941702. OLE color: 8941702.

HSL color Cylindrical-coordinate representation of color #867088: hue angle of 295º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #867088 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134112136-
CMYK0.010.1800.47
HSL295º9.68%48.63%-
HSV(B)295º17.65%53.33%-
XYZ20.0718.4325.79-
YUV121.31136.29137.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=35.08%
G=29.32%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341121360.010.1800.472959.6848.63
Hex86708811202F127a31
Octal2061602101220574471261
Binary1000011011100001000100011001001011111001001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867088; }

 p { color: rgb(134,112,136); }

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

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

 a { background-color: rgb(134,112,136); }

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

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

 span { border-color: rgb(134,112,136); }

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