Html Css Color HEX #865C7D Trendy Pink

📋 copy color: '#865C7D'

red 134 ◦ green 92 ◦ blue 125

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

Shades of Trendy Pink #865C7D

Tints of Trendy Pink #865C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 38.18%
G = 26.21%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#865C7D (or 0x865C7D) is known color: Trendy Pink. HEX triplet: 86, 5C and 7D. RGB value is (134,92,125). Sum of RGB (Red+Green+Blue) = 134+92+125=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7D is #79A382. Grayscale: #6C6C6C. Windows color (decimal): -7971715 or 8215686. OLE color: 8215686.

HSL color Cylindrical-coordinate representation of color #865C7D: hue angle of 312.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C7D is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 125 -
CMYK 0 0.31 0.07 0.47
HSL 312.86º 0.19% 0.44% -
HSV(B) 312.86º 0.31% 0.53% -
XYZ 17.36 14.2 21.23 -
YUV 108.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 134 92 125 0 0.31 0.07 0.47 312.86 0.19 0.44
Hex 86 5C 7D 0 1F 7 2F 139 13 2C
Octal 206 134 175 0 37 7 57 471 23 54
Binary 10000110 1011100 1111101 0 11111 111 101111 100111001 10011 101100

Color Harmonies of #865C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C7D

Black with #865C7D

Text Example


Text Example

White with #865C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C7D; }

 p { color: rgb(134,92,125); }

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

background-color css

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

 a { background-color: rgb(134,92,125); }

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

border-color css

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

 span { border-color: rgb(134,92,125); }

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