Html Css Color HEX #84688B Trendy Pink

📋 copy color: '#84688B'

red 132 ◦ green 104 ◦ blue 139

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

Shades of Trendy Pink #84688B

Tints of Trendy Pink #84688B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 35.2%
G = 27.73%
B = 37.07%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84688B (or 0x84688B) is known color: Trendy Pink. HEX triplet: 84, 68 and 8B. RGB value is (132,104,139). Sum of RGB (Red+Green+Blue) = 132+104+139=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #84688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84688B is #7B9774. Grayscale: #747474. Windows color (decimal): -8099701 or 9136260. OLE color: 9136260.

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

Color convert

RGB 132 104 139 -
CMYK 0.05 0.25 0 0.45
HSL 288º 0.14% 0.48% -
HSV(B) 288º 0.25% 0.55% -
XYZ 19.13 16.67 26.64 -
YUV 116.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 132 104 139 0.05 0.25 0 0.45 288 0.14 0.48
Hex 84 68 8B 5 19 0 2D 120 E 30
Octal 204 150 213 5 31 0 55 440 16 60
Binary 10000100 1101000 10001011 101 11001 0 101101 100100000 1110 110000

Color Harmonies of #84688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84688B

Black with #84688B

Text Example


Text Example

White with #84688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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