Html Css Color HEX #826895 Ce Soir

📋 copy color: '#826895'

red 130 ◦ green 104 ◦ blue 149

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

Shades of Ce Soir #826895

Tints of Ce Soir #826895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 33.94%
G = 27.15%
B = 38.9%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826895 (or 0x826895) is known color: Ce Soir. HEX triplet: 82, 68 and 95. RGB value is (130,104,149). Sum of RGB (Red+Green+Blue) = 130+104+149=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #826895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826895 is #7D976A. Grayscale: #747474. Windows color (decimal): -8230763 or 9791618. OLE color: 9791618.

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

Color convert

RGB 130 104 149 -
CMYK 0.13 0.30 0 0.42
HSL 274.67º 0.18% 0.5% -
HSV(B) 274.67º 0.3% 0.58% -
XYZ 19.58 16.82 30.65 -
YUV 116.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 130 104 149 0.13 0.30 0 0.42 274.67 0.18 0.5
Hex 82 68 95 D 1E 0 2A 113 12 32
Octal 202 150 225 15 36 0 52 423 22 62
Binary 10000010 1101000 10010101 1101 11110 0 101010 100010011 10010 110010

Color Harmonies of #826895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826895

Black with #826895

Text Example


Text Example

White with #826895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826895; }

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

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

background-color css

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

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

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

border-color css

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

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

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