Html Css Color HEX #837085 Trendy Pink

📋 copy color: '#837085'

red 131 ◦ green 112 ◦ blue 133

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

Shades of Trendy Pink #837085

Tints of Trendy Pink #837085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 34.84%
G = 29.79%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837085 (or 0x837085) is known color: Trendy Pink. HEX triplet: 83, 70 and 85. RGB value is (131,112,133). Sum of RGB (Red+Green+Blue) = 131+112+133=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #837085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837085 is #7C8F7A. Grayscale: #787878. Windows color (decimal): -8163195 or 8745091. OLE color: 8745091.

HSL color Cylindrical-coordinate representation of color #837085: hue angle of 294.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #837085 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 112 133 -
CMYK 0.02 0.16 0 0.48
HSL 294.29º 0.09% 0.48% -
HSV(B) 294.29º 0.16% 0.52% -
XYZ 19.39 18.11 24.66 -
YUV 120.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 131 112 133 0.02 0.16 0 0.48 294.29 0.09 0.48
Hex 83 70 85 2 10 0 30 126 9 30
Octal 203 160 205 2 20 0 60 446 11 60
Binary 10000011 1110000 10000101 10 10000 0 110000 100100110 1001 110000

Color Harmonies of #837085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837085

Black with #837085

Text Example


Text Example

White with #837085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837085; }

 p { color: rgb(131,112,133); }

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

background-color css

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

 a { background-color: rgb(131,112,133); }

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

border-color css

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

 span { border-color: rgb(131,112,133); }

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