#846988

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

Shades of Trendy Pink #846988

Tints of Trendy Pink #846988

Color information

#846988 (or 0x846988) is unknown color: approx Trendy Pink. HEX triplet: 84, 69 and 88. RGB value is (132,105,136). Sum of RGB (Red+Green+Blue) = 132+105+136=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #846988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846988 is #7B9677. Grayscale: #747474. Windows color (decimal): -8099448 or 8939908. OLE color: 8939908.

HSL color Cylindrical-coordinate representation of color #846988: hue angle of 292.26º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846988 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB132105136-
CMYK0.030.2300.47
HSL292.26º12.86%47.25%-
HSV(B)292.26º22.79%53.33%-
XYZ19.0116.7925.53-
YUV116.61138.95138.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=35.39%
G=28.15%
B=36.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321051360.030.2300.47292.2612.8647.25
Hex84698831702F124d2f
Octal2041512103270574441557
Binary10000100110100110001000111011101011111001001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846988; }

 p { color: rgb(132,105,136); }

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

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

 a { background-color: rgb(132,105,136); }

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

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

 span { border-color: rgb(132,105,136); }

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