Html Css Color HEX #8B7089 Trendy Pink

📋 copy color: '#8B7089'

red 139 ◦ green 112 ◦ blue 137

#8B7089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #8B7089

Tints of Trendy Pink #8B7089

RGB

 RED value IS 139 (54.69% from 255) = 35.82%

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 35.82%
G = 28.87%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B7089 (or 0x8B7089) is known color: Trendy Pink. HEX triplet: 8B, 70 and 89. RGB value is (139,112,137). Sum of RGB (Red+Green+Blue) = 139+112+137=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7089 is #748F76. Grayscale: #7A7A7A. Windows color (decimal): -7638903 or 9007243. OLE color: 9007243.

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

Color convert

RGB 139 112 137 -
CMYK 0 0.19 0.01 0.45
HSL 304.44º 0.11% 0.49% -
HSV(B) 304.44º 0.19% 0.55% -
XYZ 20.96 18.88 26.21 -
YUV 122.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 139 112 137 0 0.19 0.01 0.45 304.44 0.11 0.49
Hex 8B 70 89 0 13 1 2D 130 B 31
Octal 213 160 211 0 23 1 55 460 13 61
Binary 10001011 1110000 10001001 0 10011 1 101101 100110000 1011 110001

Color Harmonies of #8B7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7089

Black with #8B7089

Text Example


Text Example

White with #8B7089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,137); }

 H1.HeaderClassName
 {
   color: #8B7089;
 }
 .AnyTagClassName
 {
   color: #8B7089;
 }
</style>

background-color css

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

 a { background-color: rgb(139,112,137); }

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

border-color css

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

 span { border-color: rgb(139,112,137); }

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