#866988

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

Shades of Trendy Pink #866988

Tints of Trendy Pink #866988

Color information

#866988 (or 0x866988) is unknown color: approx Trendy Pink. HEX triplet: 86, 69 and 88. RGB value is (134,105,136). Sum of RGB (Red+Green+Blue) = 134+105+136=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #866988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866988 is #799677. Grayscale: #757575. Windows color (decimal): -7968376 or 8939910. OLE color: 8939910.

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

Color convert

RGB134105136-
CMYK0.010.2300.47
HSL296.13º12.86%47.25%-
HSV(B)296.13º22.79%53.33%-
XYZ19.3316.9525.55-
YUV117.2138.61139.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=35.73%
G=28%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341051360.010.2300.47296.1312.8647.25
Hex86698811702F128d2f
Octal2061512101270574501557
Binary1000011011010011000100011011101011111001010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866988; }

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

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

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

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

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

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

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

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