#886489

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

Shades of Trendy Pink #886489

Tints of Trendy Pink #886489

Color information

#886489 (or 0x886489) is unknown color: approx Trendy Pink. HEX triplet: 88, 64 and 89. RGB value is (136,100,137). Sum of RGB (Red+Green+Blue) = 136+100+137=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: blue. Hex color #886489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886489 is #779B76. Grayscale: #727272. Windows color (decimal): -7838583 or 9004168. OLE color: 9004168.

HSL color Cylindrical-coordinate representation of color #886489: hue angle of 298.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886489 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136100137-
CMYK0.010.2700.46
HSL298.38º15.61%46.47%-
HSV(B)298.38º27.01%53.73%-
XYZ19.2316.1525.77-
YUV114.98140.43142.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=36.46%
G=26.81%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361001370.010.2700.46298.3815.6146.47
Hex88648911B02E12a102e
Octal2101442111330564522056
Binary10001000110010010001001111011010111010010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886489; }

 p { color: rgb(136,100,137); }

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

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

 a { background-color: rgb(136,100,137); }

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

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

 span { border-color: rgb(136,100,137); }

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