#826896

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

Shades of Ce Soir #826896

Tints of Ce Soir #826896

Color information

#826896 (or 0x826896) is unknown color: approx Ce Soir. HEX triplet: 82, 68 and 96. RGB value is (130,104,150). Sum of RGB (Red+Green+Blue) = 130+104+150=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #826896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826896 is #7D9769. Grayscale: #747474. Windows color (decimal): -8230762 or 9857154. OLE color: 9857154.

HSL color Cylindrical-coordinate representation of color #826896: hue angle of 273.91º 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 #826896 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130104150-
CMYK0.130.3100.41
HSL273.91º18.11%49.8%-
HSV(B)273.91º30.67%58.82%-
XYZ19.6616.8531.07-
YUV117.02146.61137.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=33.85%
G=27.08%
B=39.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301041500.130.3100.41273.9118.1149.8
Hex826896D1F0291121232
Octal20215022615370514222262
Binary10000010110100010010110110111111010100110001001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826896; }

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

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

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

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

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

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

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

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