#835488

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

Shades of Trendy Pink #835488

Tints of Trendy Pink #835488

Color information

#835488 (or 0x835488) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 88. RGB value is (131,84,136). Sum of RGB (Red+Green+Blue) = 131+84+136=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #835488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835488 is #7CAB77. Grayscale: #676767. Windows color (decimal): -8170360 or 8934531. OLE color: 8934531.

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

Color convert

RGB13184136-
CMYK0.040.3800.47
HSL294.23º23.64%43.14%-
HSV(B)294.23º38.24%53.33%-
XYZ16.9712.9424.9-
YUV103.98146.07147.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=37.32%
G=23.93%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131841360.040.3800.47294.2323.6443.14
Hex83548842602F126182b
Octal2031242104460574463053
Binary10000011101010010001000100100110010111110010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835488; }

 p { color: rgb(131,84,136); }

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

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

 a { background-color: rgb(131,84,136); }

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

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

 span { border-color: rgb(131,84,136); }

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