#85678B

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

Shades of Trendy Pink #85678B

Tints of Trendy Pink #85678B

Color information

#85678B (or 0x85678B) is unknown color: approx Trendy Pink. HEX triplet: 85, 67 and 8B. RGB value is (133,103,139). Sum of RGB (Red+Green+Blue) = 133+103+139=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #85678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85678B is #7A9874. Grayscale: #737373. Windows color (decimal): -8034421 or 9136005. OLE color: 9136005.

HSL color Cylindrical-coordinate representation of color #85678B: hue angle of 290º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85678B is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133103139-
CMYK0.040.2600.45
HSL290º14.88%47.45%-
HSV(B)290º25.9%54.51%-
XYZ19.1816.5526.61-
YUV116.07140.94140.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=35.47%
G=27.47%
B=37.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331031390.040.2600.4529014.8847.45
Hex85678B41A02D122f2f
Octal2051472134320554421757
Binary100001011100111100010111001101001011011001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85678B; }

 p { color: rgb(133,103,139); }

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

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

 a { background-color: rgb(133,103,139); }

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

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

 span { border-color: rgb(133,103,139); }

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