Html Css Color HEX #826296 Ce Soir

📋 copy color: '#826296'

red 130 ◦ green 98 ◦ blue 150

#826296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #826296

Tints of Ce Soir #826296

RGB

 RED value IS 130 (51.17% from 255) = 34.39%

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 34.39%
G = 25.93%
B = 39.68%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#826296 (or 0x826296) is known color: Ce Soir. HEX triplet: 82, 62 and 96. RGB value is (130,98,150). Sum of RGB (Red+Green+Blue) = 130+98+150=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #826296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826296 is #7D9D69. Grayscale: #717171. Windows color (decimal): -8232298 or 9855618. OLE color: 9855618.

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

Color convert

RGB 130 98 150 -
CMYK 0.13 0.35 0 0.41
HSL 276.92º 0.21% 0.49% -
HSV(B) 276.92º 0.35% 0.59% -
XYZ 19.08 15.68 30.88 -
YUV 113.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 130 98 150 0.13 0.35 0 0.41 276.92 0.21 0.49
Hex 82 62 96 D 23 0 29 115 15 31
Octal 202 142 226 15 43 0 51 425 25 61
Binary 10000010 1100010 10010110 1101 100011 0 101001 100010101 10101 110001

Color Harmonies of #826296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826296

Black with #826296

Text Example


Text Example

White with #826296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826296; }

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

 H1.HeaderClassName
 {
   color: #826296;
 }
 .AnyTagClassName
 {
   color: #826296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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