Html Css Color HEX #856489 Trendy Pink

📋 copy color: '#856489'

red 133 ◦ green 100 ◦ blue 137

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

Shades of Trendy Pink #856489

Tints of Trendy Pink #856489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 35.95%
G = 27.03%
B = 37.03%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#856489 (or 0x856489) is known color: Trendy Pink. HEX triplet: 85, 64 and 89. RGB value is (133,100,137). Sum of RGB (Red+Green+Blue) = 133+100+137=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #856489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856489 is #7A9B76. Grayscale: #717171. Windows color (decimal): -8035191 or 9004165. OLE color: 9004165.

HSL color Cylindrical-coordinate representation of color #856489: hue angle of 293.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856489 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 100 137 -
CMYK 0.03 0.27 0 0.46
HSL 293.51º 0.16% 0.46% -
HSV(B) 293.51º 0.27% 0.54% -
XYZ 18.75 15.91 25.75 -
YUV 114.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 133 100 137 0.03 0.27 0 0.46 293.51 0.16 0.46
Hex 85 64 89 3 1B 0 2E 126 10 2E
Octal 205 144 211 3 33 0 56 446 20 56
Binary 10000101 1100100 10001001 11 11011 0 101110 100100110 10000 101110

Color Harmonies of #856489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856489

Black with #856489

Text Example


Text Example

White with #856489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856489; }

 p { color: rgb(133,100,137); }

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

background-color css

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

 a { background-color: rgb(133,100,137); }

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

border-color css

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

 span { border-color: rgb(133,100,137); }

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