#83678B

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

Shades of Trendy Pink #83678B

Tints of Trendy Pink #83678B

Color information

#83678B (or 0x83678B) is unknown color: approx Trendy Pink. HEX triplet: 83, 67 and 8B. RGB value is (131,103,139). Sum of RGB (Red+Green+Blue) = 131+103+139=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #83678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83678B is #7C9874. Grayscale: #737373. Windows color (decimal): -8165493 or 9136003. OLE color: 9136003.

HSL color Cylindrical-coordinate representation of color #83678B: hue angle of 286.67º 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 #83678B is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131103139-
CMYK0.060.2600.45
HSL286.67º14.88%47.45%-
HSV(B)286.67º25.9%54.51%-
XYZ18.8716.3926.6-
YUV115.48141.28139.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=35.12%
G=27.61%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311031390.060.2600.45286.6714.8847.45
Hex83678B61A02D11ff2f
Octal2031472136320554371757
Binary100000111100111100010111101101001011011000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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