#8B768D

Color #8B768D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8B768D

Tints of Trendy Pink #8B768D

Color information

#8B768D (or 0x8B768D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 76 and 8D. RGB value is (139,118,141). Sum of RGB (Red+Green+Blue) = 139+118+141=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 118 (46.48% from 255 or 29.65% 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 #8B768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B768D is #748972. Grayscale: #7E7E7E. Windows color (decimal): -7637363 or 9270923. OLE color: 9270923.

HSL color Cylindrical-coordinate representation of color #8B768D: hue angle of 294.78º 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 #8B768D is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139118141-
CMYK0.010.1600.45
HSL294.78º9.16%50.78%-
HSV(B)294.78º16.31%55.29%-
XYZ21.9320.3727.97-
YUV126.9135.96136.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=34.92%
G=29.65%
B=35.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391181410.010.1600.45294.789.1650.78
Hex8B768D11002D127933
Octal2131662151200554471163
Binary1000101111101101000110111000001011011001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B768D;
 }
 .AnyTagClassName
 {
   color: #8B768D;
 }
</style>
background-color css

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

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

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

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

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

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