#8A698E

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

Shades of Trendy Pink #8A698E

Tints of Trendy Pink #8A698E

Color information

#8A698E (or 0x8A698E) is unknown color: approx Trendy Pink. HEX triplet: 8A, 69 and 8E. RGB value is (138,105,142). Sum of RGB (Red+Green+Blue) = 138+105+142=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A698E is #759671. Grayscale: #767676. Windows color (decimal): -7706226 or 9333130. OLE color: 9333130.

HSL color Cylindrical-coordinate representation of color #8A698E: hue angle of 293.51º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A698E is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138105142-
CMYK0.030.2600.44
HSL293.51º14.98%48.43%-
HSV(B)293.51º26.06%55.69%-
XYZ20.4217.4627.89-
YUV119.08140.93141.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=35.84%
G=27.27%
B=36.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381051420.030.2600.44293.5114.9848.43
Hex8A698E31A02C126f30
Octal2121512163320544461760
Binary10001010110100110001110111101001011001001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A698E; }

 p { color: rgb(138,105,142); }

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

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

 a { background-color: rgb(138,105,142); }

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

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

 span { border-color: rgb(138,105,142); }

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