Html Css Color HEX #846B89 Trendy Pink

📋 copy color: '#846B89'

red 132 ◦ green 107 ◦ blue 137

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

Shades of Trendy Pink #846B89

Tints of Trendy Pink #846B89

RGB

 RED value IS 132 (51.95% from 255) = 35.11%

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 35.11%
G = 28.46%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#846B89 (or 0x846B89) is known color: Trendy Pink. HEX triplet: 84, 6B and 89. RGB value is (132,107,137). Sum of RGB (Red+Green+Blue) = 132+107+137=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #846B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B89 is #7B9476. Grayscale: #757575. Windows color (decimal): -8098935 or 9005956. OLE color: 9005956.

HSL color Cylindrical-coordinate representation of color #846B89: hue angle of 290º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846B89 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 107 137 -
CMYK 0.04 0.22 0 0.46
HSL 290º 0.12% 0.48% -
HSV(B) 290º 0.22% 0.54% -
XYZ 19.29 17.23 25.98 -
YUV 117.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 132 107 137 0.04 0.22 0 0.46 290 0.12 0.48
Hex 84 6B 89 4 16 0 2E 122 C 30
Octal 204 153 211 4 26 0 56 442 14 60
Binary 10000100 1101011 10001001 100 10110 0 101110 100100010 1100 110000

Color Harmonies of #846B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846B89

Black with #846B89

Text Example


Text Example

White with #846B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846B89; }

 p { color: rgb(132,107,137); }

 H1.HeaderClassName
 {
   color: #846B89;
 }
 .AnyTagClassName
 {
   color: #846B89;
 }
</style>

background-color css

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

 a { background-color: rgb(132,107,137); }

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

border-color css

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

 span { border-color: rgb(132,107,137); }

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