Html Css Color HEX #856784 Trendy Pink

📋 copy color: '#856784'

red 133 ◦ green 103 ◦ blue 132

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

Shades of Trendy Pink #856784

Tints of Trendy Pink #856784

RGB

 RED value IS 133 (52.34% from 255) = 36.14%

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 36.14%
G = 27.99%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#856784 (or 0x856784) is known color: Trendy Pink. HEX triplet: 85, 67 and 84. RGB value is (133,103,132). Sum of RGB (Red+Green+Blue) = 133+103+132=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856784 is #7A987B. Grayscale: #737373. Windows color (decimal): -8034428 or 8677253. OLE color: 8677253.

HSL color Cylindrical-coordinate representation of color #856784: hue angle of 302º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856784 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 132 -
CMYK 0 0.23 0.01 0.48
HSL 302º 0.13% 0.46% -
HSV(B) 302º 0.23% 0.52% -
XYZ 18.69 16.35 24 -
YUV 115.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 133 103 132 0 0.23 0.01 0.48 302 0.13 0.46
Hex 85 67 84 0 17 1 30 12E D 2E
Octal 205 147 204 0 27 1 60 456 15 56
Binary 10000101 1100111 10000100 0 10111 1 110000 100101110 1101 101110

Color Harmonies of #856784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856784

Black with #856784

Text Example


Text Example

White with #856784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856784; }

 p { color: rgb(133,103,132); }

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

background-color css

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

 a { background-color: rgb(133,103,132); }

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

border-color css

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

 span { border-color: rgb(133,103,132); }

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