#826795

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

Shades of Ce Soir #826795

Tints of Ce Soir #826795

Color information

#826795 (or 0x826795) is unknown color: approx Ce Soir. HEX triplet: 82, 67 and 95. RGB value is (130,103,149). Sum of RGB (Red+Green+Blue) = 130+103+149=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #826795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826795 is #7D986A. Grayscale: #747474. Windows color (decimal): -8231019 or 9791362. OLE color: 9791362.

HSL color Cylindrical-coordinate representation of color #826795: hue angle of 275.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826795 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130103149-
CMYK0.130.3100.42
HSL275.22º18.25%49.41%-
HSV(B)275.22º30.87%58.43%-
XYZ19.4816.6230.61-
YUV116.32146.45137.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=34.03%
G=26.96%
B=39.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301031490.130.3100.42275.2218.2549.41
Hex826795D1F02A1131231
Octal20214722515370524232261
Binary10000010110011110010101110111111010101010001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826795; }

 p { color: rgb(130,103,149); }

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

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

 a { background-color: rgb(130,103,149); }

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

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

 span { border-color: rgb(130,103,149); }

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