#835489

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

Shades of Trendy Pink #835489

Tints of Trendy Pink #835489

Color information

#835489 (or 0x835489) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 89. RGB value is (131,84,137). Sum of RGB (Red+Green+Blue) = 131+84+137=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #835489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835489 is #7CAB76. Grayscale: #676767. Windows color (decimal): -8170359 or 9000067. OLE color: 9000067.

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

Color convert

RGB13184137-
CMYK0.040.3900.46
HSL293.21º23.98%43.33%-
HSV(B)293.21º38.69%53.73%-
XYZ17.0512.9725.27-
YUV104.1146.57147.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=37.22%
G=23.86%
B=38.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131841370.040.3900.46293.2123.9843.33
Hex83548942702E125182b
Octal2031242114470564453053
Binary10000011101010010001001100100111010111010010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835489; }

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

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

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

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

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

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

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

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