Html Css Color HEX #83678B Trendy Pink

📋 copy color: '#83678B'

red 131 ◦ green 103 ◦ blue 139

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

Shades of Trendy Pink #83678B

Tints of Trendy Pink #83678B

RGB

 RED value IS 131 (51.56% from 255) = 35.12%

 GREEN value IS 103 (40.63% 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 value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83678B (or 0x83678B) is known color: 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

RGB 131 103 139 -
CMYK 0.06 0.26 0 0.45
HSL 286.67º 0.15% 0.47% -
HSV(B) 286.67º 0.26% 0.55% -
XYZ 18.87 16.39 26.6 -
YUV 115.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 131 103 139 0.06 0.26 0 0.45 286.67 0.15 0.47
Hex 83 67 8B 6 1A 0 2D 11F F 2F
Octal 203 147 213 6 32 0 55 437 17 57
Binary 10000011 1100111 10001011 110 11010 0 101101 100011111 1111 101111

Color Harmonies of #83678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83678B

Black with #83678B

Text Example


Text Example

White with #83678B

Text Example


Text Example

HTML Codes & Css Web 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>