Html Css Color HEX #827185 Trendy Pink

📋 copy color: '#827185'

red 130 ◦ green 113 ◦ blue 133

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

Shades of Trendy Pink #827185

Tints of Trendy Pink #827185

RGB

 RED value IS 130 (51.17% from 255) = 34.57%

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 34.57%
G = 30.05%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827185 (or 0x827185) is known color: Trendy Pink. HEX triplet: 82, 71 and 85. RGB value is (130,113,133). Sum of RGB (Red+Green+Blue) = 130+113+133=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 113 (44.53% from 255 or 30.05% 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 #827185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827185 is #7D8E7A. Grayscale: #787878. Windows color (decimal): -8228475 or 8745346. OLE color: 8745346.

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

Color convert

RGB 130 113 133 -
CMYK 0.02 0.15 0 0.48
HSL 291º 0.08% 0.48% -
HSV(B) 291º 0.15% 0.52% -
XYZ 19.34 18.25 24.69 -
YUV 120.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 130 113 133 0.02 0.15 0 0.48 291 0.08 0.48
Hex 82 71 85 2 F 0 30 123 8 30
Octal 202 161 205 2 17 0 60 443 10 60
Binary 10000010 1110001 10000101 10 1111 0 110000 100100011 1000 110000

Color Harmonies of #827185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827185

Black with #827185

Text Example


Text Example

White with #827185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827185; }

 p { color: rgb(130,113,133); }

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

background-color css

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

 a { background-color: rgb(130,113,133); }

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

border-color css

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

 span { border-color: rgb(130,113,133); }

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