Html Css Color HEX #8C758D Trendy Pink

📋 copy color: '#8C758D'

red 140 ◦ green 117 ◦ blue 141

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

Shades of Trendy Pink #8C758D

Tints of Trendy Pink #8C758D

RGB

 RED value IS 140 (55.08% from 255) = 35.18%

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 35.18%
G = 29.4%
B = 35.43%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C758D (or 0x8C758D) is known color: Trendy Pink. HEX triplet: 8C, 75 and 8D. RGB value is (140,117,141). Sum of RGB (Red+Green+Blue) = 140+117+141=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C758D is #738A72. Grayscale: #7E7E7E. Windows color (decimal): -7572083 or 9270668. OLE color: 9270668.

HSL color Cylindrical-coordinate representation of color #8C758D: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C758D is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 117 141 -
CMYK 0.01 0.17 0 0.45
HSL 297.5º 0.1% 0.51% -
HSV(B) 297.5º 0.17% 0.55% -
XYZ 21.98 20.22 27.94 -
YUV 126.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 140 117 141 0.01 0.17 0 0.45 297.5 0.1 0.51
Hex 8C 75 8D 1 11 0 2D 12A A 33
Octal 214 165 215 1 21 0 55 452 12 63
Binary 10001100 1110101 10001101 1 10001 0 101101 100101010 1010 110011

Color Harmonies of #8C758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C758D

Black with #8C758D

Text Example


Text Example

White with #8C758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C758D; }

 p { color: rgb(140,117,141); }

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

background-color css

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

 a { background-color: rgb(140,117,141); }

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

border-color css

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

 span { border-color: rgb(140,117,141); }

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