#826297

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

Shades of Ce Soir #826297

Tints of Ce Soir #826297

Color information

#826297 (or 0x826297) is unknown color: approx Ce Soir. HEX triplet: 82, 62 and 97. RGB value is (130,98,151). Sum of RGB (Red+Green+Blue) = 130+98+151=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #826297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826297 is #7D9D68. Grayscale: #717171. Windows color (decimal): -8232297 or 9921154. OLE color: 9921154.

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

Color convert

RGB13098151-
CMYK0.140.3500.41
HSL276.23º21.29%48.82%-
HSV(B)276.23º35.1%59.22%-
XYZ19.1615.7231.3-
YUV113.61149.1139.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=34.30%
G=25.86%
B=39.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130981510.140.3500.41276.2321.2948.82
Hex826297E230291141531
Octal20214222716430514242561
Binary100000101100010100101111110100011010100110001010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826297; }

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

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

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

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

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

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

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

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