Html Css Color HEX #8B768C Trendy Pink

📋 copy color: '#8B768C'

red 139 ◦ green 118 ◦ blue 140

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

Shades of Trendy Pink #8B768C

Tints of Trendy Pink #8B768C

RGB

 RED value IS 139 (54.69% from 255) = 35.01%

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 35.01%
G = 29.72%
B = 35.26%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B768C (or 0x8B768C) is known color: Trendy Pink. HEX triplet: 8B, 76 and 8C. RGB value is (139,118,140). Sum of RGB (Red+Green+Blue) = 139+118+140=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B768C is #748973. Grayscale: #7E7E7E. Windows color (decimal): -7637364 or 9205387. OLE color: 9205387.

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

Color convert

RGB 139 118 140 -
CMYK 0.01 0.16 0 0.45
HSL 297.27º 0.09% 0.51% -
HSV(B) 297.27º 0.16% 0.55% -
XYZ 21.86 20.34 27.58 -
YUV 126.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 139 118 140 0.01 0.16 0 0.45 297.27 0.09 0.51
Hex 8B 76 8C 1 10 0 2D 129 9 33
Octal 213 166 214 1 20 0 55 451 11 63
Binary 10001011 1110110 10001100 1 10000 0 101101 100101001 1001 110011

Color Harmonies of #8B768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B768C

Black with #8B768C

Text Example


Text Example

White with #8B768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,140); }

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

background-color css

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

 a { background-color: rgb(139,118,140); }

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

border-color css

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

 span { border-color: rgb(139,118,140); }

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