Html Css Color HEX #865689 Trendy Pink

📋 copy color: '#865689'

red 134 ◦ green 86 ◦ blue 137

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

Shades of Trendy Pink #865689

Tints of Trendy Pink #865689

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 37.54%
G = 24.09%
B = 38.38%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#865689 (or 0x865689) is known color: Trendy Pink. HEX triplet: 86, 56 and 89. RGB value is (134,86,137). Sum of RGB (Red+Green+Blue) = 134+86+137=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #865689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865689 is #79A976. Grayscale: #6A6A6A. Windows color (decimal): -7973239 or 9000582. OLE color: 9000582.

HSL color Cylindrical-coordinate representation of color #865689: hue angle of 296.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865689 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 86 137 -
CMYK 0.02 0.37 0 0.46
HSL 296.47º 0.23% 0.44% -
HSV(B) 296.47º 0.37% 0.54% -
XYZ 17.67 13.53 25.35 -
YUV 106.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 134 86 137 0.02 0.37 0 0.46 296.47 0.23 0.44
Hex 86 56 89 2 25 0 2E 128 17 2C
Octal 206 126 211 2 45 0 56 450 27 54
Binary 10000110 1010110 10001001 10 100101 0 101110 100101000 10111 101100

Color Harmonies of #865689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865689

Black with #865689

Text Example


Text Example

White with #865689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865689; }

 p { color: rgb(134,86,137); }

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

background-color css

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

 a { background-color: rgb(134,86,137); }

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

border-color css

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

 span { border-color: rgb(134,86,137); }

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