Html Css Color HEX #826198 Ce Soir

📋 copy color: '#826198'

red 130 ◦ green 97 ◦ blue 152

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

Shades of Ce Soir #826198

Tints of Ce Soir #826198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 34.3%
G = 25.59%
B = 40.11%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#826198 (or 0x826198) is known color: Ce Soir. HEX triplet: 82, 61 and 98. RGB value is (130,97,152). Sum of RGB (Red+Green+Blue) = 130+97+152=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #826198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826198 is #7D9E67. Grayscale: #707070. Windows color (decimal): -8232552 or 9986434. OLE color: 9986434.

HSL color Cylindrical-coordinate representation of color #826198: hue angle of 276º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826198 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 97 152 -
CMYK 0.14 0.36 0 0.40
HSL 276º 0.22% 0.49% -
HSV(B) 276º 0.36% 0.6% -
XYZ 19.15 15.56 31.7 -
YUV 113.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 130 97 152 0.14 0.36 0 0.40 276 0.22 0.49
Hex 82 61 98 E 24 0 28 114 16 31
Octal 202 141 230 16 44 0 50 424 26 61
Binary 10000010 1100001 10011000 1110 100100 0 101000 100010100 10110 110001

Color Harmonies of #826198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826198

Black with #826198

Text Example


Text Example

White with #826198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826198; }

 p { color: rgb(130,97,152); }

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

background-color css

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

 a { background-color: rgb(130,97,152); }

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

border-color css

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

 span { border-color: rgb(130,97,152); }

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