Html Css Color HEX #846886 Trendy Pink

📋 copy color: '#846886'

red 132 ◦ green 104 ◦ blue 134

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

Shades of Trendy Pink #846886

Tints of Trendy Pink #846886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 35.68%
G = 28.11%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#846886 (or 0x846886) is known color: Trendy Pink. HEX triplet: 84, 68 and 86. RGB value is (132,104,134). Sum of RGB (Red+Green+Blue) = 132+104+134=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #846886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846886 is #7B9779. Grayscale: #737373. Windows color (decimal): -8099706 or 8808580. OLE color: 8808580.

HSL color Cylindrical-coordinate representation of color #846886: hue angle of 296º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846886 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 104 134 -
CMYK 0.01 0.22 0 0.47
HSL 296º 0.13% 0.47% -
HSV(B) 296º 0.22% 0.53% -
XYZ 18.77 16.53 24.76 -
YUV 115.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 132 104 134 0.01 0.22 0 0.47 296 0.13 0.47
Hex 84 68 86 1 16 0 2F 128 D 2F
Octal 204 150 206 1 26 0 57 450 15 57
Binary 10000100 1101000 10000110 1 10110 0 101111 100101000 1101 101111

Color Harmonies of #846886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846886

Black with #846886

Text Example


Text Example

White with #846886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846886; }

 p { color: rgb(132,104,134); }

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

background-color css

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

 a { background-color: rgb(132,104,134); }

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

border-color css

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

 span { border-color: rgb(132,104,134); }

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