#8B698A

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

Shades of Trendy Pink #8B698A

Tints of Trendy Pink #8B698A

Color information

#8B698A (or 0x8B698A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 69 and 8A. RGB value is (139,105,138). Sum of RGB (Red+Green+Blue) = 139+105+138=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B698A is #749675. Grayscale: #767676. Windows color (decimal): -7640694 or 9070987. OLE color: 9070987.

HSL color Cylindrical-coordinate representation of color #8B698A: hue angle of 301.76º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B698A is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB139105138-
CMYK00.240.010.45
HSL301.76º13.93%47.84%-
HSV(B)301.76º24.46%54.51%-
XYZ20.2917.4326.34-
YUV118.93138.76142.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=36.39%
G=27.49%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910513800.240.010.45301.7613.9347.84
Hex8B698A01812D12ee30
Octal2131512120301554561660
Binary1000101111010011000101001100011011011001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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