#835797

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

Shades of Affair #835797

Tints of Affair #835797

Color information

#835797 (or 0x835797) is unknown color: approx Affair. HEX triplet: 83, 57 and 97. RGB value is (131,87,151). Sum of RGB (Red+Green+Blue) = 131+87+151=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #835797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835797 is #7CA868. Grayscale: #6B6B6B. Windows color (decimal): -8169577 or 9918339. OLE color: 9918339.

HSL color Cylindrical-coordinate representation of color #835797: hue angle of 281.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835797 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13187151-
CMYK0.130.4200.41
HSL281.25º26.89%46.67%-
HSV(B)281.25º42.38%59.22%-
XYZ18.3513.8830.99-
YUV107.45152.58144.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=35.50%
G=23.58%
B=40.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131871510.130.4200.41281.2526.8946.67
Hex835797D2A0291191b2f
Octal20312722715520514313357
Binary100000111010111100101111101101010010100110001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835797; }

 p { color: rgb(131,87,151); }

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

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

 a { background-color: rgb(131,87,151); }

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

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

 span { border-color: rgb(131,87,151); }

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