Html Css Color HEX #856689 Trendy Pink

📋 copy color: '#856689'

red 133 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #856689

Tints of Trendy Pink #856689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 35.75%
G = 27.42%
B = 36.83%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#856689 (or 0x856689) is known color: Trendy Pink. HEX triplet: 85, 66 and 89. RGB value is (133,102,137). Sum of RGB (Red+Green+Blue) = 133+102+137=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #856689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856689 is #7A9976. Grayscale: #737373. Windows color (decimal): -8034679 or 9004677. OLE color: 9004677.

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

Color convert

RGB 133 102 137 -
CMYK 0.03 0.26 0 0.46
HSL 293.14º 0.15% 0.47% -
HSV(B) 293.14º 0.26% 0.54% -
XYZ 18.94 16.3 25.81 -
YUV 115.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 133 102 137 0.03 0.26 0 0.46 293.14 0.15 0.47
Hex 85 66 89 3 1A 0 2E 125 F 2F
Octal 205 146 211 3 32 0 56 445 17 57
Binary 10000101 1100110 10001001 11 11010 0 101110 100100101 1111 101111

Color Harmonies of #856689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856689

Black with #856689

Text Example


Text Example

White with #856689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856689; }

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

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

background-color css

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

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

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

border-color css

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

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

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