#826187

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

Shades of Trendy Pink #826187

Tints of Trendy Pink #826187

Color information

#826187 (or 0x826187) is unknown color: approx Trendy Pink. HEX triplet: 82, 61 and 87. RGB value is (130,97,135). Sum of RGB (Red+Green+Blue) = 130+97+135=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #826187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826187 is #7D9E78. Grayscale: #6F6F6F. Windows color (decimal): -8232569 or 8872322. OLE color: 8872322.

HSL color Cylindrical-coordinate representation of color #826187: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826187 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13097135-
CMYK0.040.2800.47
HSL292.11º16.38%45.49%-
HSV(B)292.11º28.15%52.94%-
XYZ17.8515.0424.88-
YUV111.2141.43141.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=35.91%
G=26.80%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130971350.040.2800.47292.1116.3845.49
Hex82618741C02F124102d
Octal2021412074340574442055
Binary1000001011000011000011110011100010111110010010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826187; }

 p { color: rgb(130,97,135); }

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

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

 a { background-color: rgb(130,97,135); }

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

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

 span { border-color: rgb(130,97,135); }

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