#816796

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

Shades of Ce Soir #816796

Tints of Ce Soir #816796

Color information

#816796 (or 0x816796) is unknown color: approx Ce Soir. HEX triplet: 81, 67 and 96. RGB value is (129,103,150). Sum of RGB (Red+Green+Blue) = 129+103+150=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #816796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816796 is #7E9869. Grayscale: #737373. Windows color (decimal): -8296554 or 9856897. OLE color: 9856897.

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

Color convert

RGB129103150-
CMYK0.140.3100.41
HSL273.19º18.58%49.61%-
HSV(B)273.19º31.33%58.82%-
XYZ19.4116.5731.03-
YUV116.13147.11137.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=33.77%
G=26.96%
B=39.27%

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
Decimal1291031500.140.3100.41273.1918.5849.61
Hex816796E1F0291111332
Octal20114722616370514212362
Binary10000001110011110010110111011111010100110001000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816796; }

 p { color: rgb(129,103,150); }

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

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

 a { background-color: rgb(129,103,150); }

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

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

 span { border-color: rgb(129,103,150); }

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