Html Css Color HEX #826896 Ce Soir

📋 copy color: '#826896'

red 130 ◦ green 104 ◦ blue 150

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

Shades of Ce Soir #826896

Tints of Ce Soir #826896

RGB

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

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

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

R = 33.85%
G = 27.08%
B = 39.06%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#826896 (or 0x826896) is known color: Ce Soir. HEX triplet: 82, 68 and 96. RGB value is (130,104,150). Sum of RGB (Red+Green+Blue) = 130+104+150=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #826896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826896 is #7D9769. Grayscale: #747474. Windows color (decimal): -8230762 or 9857154. OLE color: 9857154.

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

Color convert

RGB 130 104 150 -
CMYK 0.13 0.31 0 0.41
HSL 273.91º 0.18% 0.5% -
HSV(B) 273.91º 0.31% 0.59% -
XYZ 19.66 16.85 31.07 -
YUV 117.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 130 104 150 0.13 0.31 0 0.41 273.91 0.18 0.5
Hex 82 68 96 D 1F 0 29 112 12 32
Octal 202 150 226 15 37 0 51 422 22 62
Binary 10000010 1101000 10010110 1101 11111 0 101001 100010010 10010 110010

Color Harmonies of #826896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826896

Black with #826896

Text Example


Text Example

White with #826896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826896; }

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

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

background-color css

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

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

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

border-color css

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

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

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