#826695

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

Shades of Ce Soir #826695

Tints of Ce Soir #826695

Color information

#826695 (or 0x826695) is unknown color: approx Ce Soir. HEX triplet: 82, 66 and 95. RGB value is (130,102,149). Sum of RGB (Red+Green+Blue) = 130+102+149=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #826695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826695 is #7D996A. Grayscale: #737373. Windows color (decimal): -8231275 or 9791106. OLE color: 9791106.

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

Color convert

RGB130102149-
CMYK0.130.3200.42
HSL275.74º18.73%49.22%-
HSV(B)275.74º31.54%58.43%-
XYZ19.3816.4230.58-
YUV115.73146.78138.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=34.12%
G=26.77%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301021490.130.3200.42275.7418.7349.22
Hex826695D2002A1141331
Octal20214622515400524242361
Binary100000101100110100101011101100000010101010001010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826695; }

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

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

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

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

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

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

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

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