#826897

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

Shades of Ce Soir #826897

Tints of Ce Soir #826897

Color information

#826897 (or 0x826897) is unknown color: approx Ce Soir. HEX triplet: 82, 68 and 97. RGB value is (130,104,151). Sum of RGB (Red+Green+Blue) = 130+104+151=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #826897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826897 is #7D9768. Grayscale: #747474. Windows color (decimal): -8230761 or 9922690. OLE color: 9922690.

HSL color Cylindrical-coordinate representation of color #826897: hue angle of 273.19º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826897 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130104151-
CMYK0.140.3100.41
HSL273.19º18.43%50%-
HSV(B)273.19º31.13%59.22%-
XYZ19.7416.8831.5-
YUV117.13147.11137.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=33.77%
G=27.01%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301041510.140.3100.41273.1918.4350
Hex826897E1F0291111232
Octal20215022716370514212262
Binary10000010110100010010111111011111010100110001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826897; }

 p { color: rgb(130,104,151); }

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

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

 a { background-color: rgb(130,104,151); }

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

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

 span { border-color: rgb(130,104,151); }

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