Html Css Color HEX #846494 Ce Soir

📋 copy color: '#846494'

red 132 ◦ green 100 ◦ blue 148

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

Shades of Ce Soir #846494

Tints of Ce Soir #846494

RGB

 RED value IS 132 (51.95% from 255) = 34.74%

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 34.74%
G = 26.32%
B = 38.95%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#846494 (or 0x846494) is known color: Ce Soir. HEX triplet: 84, 64 and 94. RGB value is (132,100,148). Sum of RGB (Red+Green+Blue) = 132+100+148=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #846494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846494 is #7B9B6B. Grayscale: #727272. Windows color (decimal): -8100716 or 9725060. OLE color: 9725060.

HSL color Cylindrical-coordinate representation of color #846494: hue angle of 280º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846494 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 100 148 -
CMYK 0.11 0.32 0 0.42
HSL 280º 0.19% 0.49% -
HSV(B) 280º 0.32% 0.58% -
XYZ 19.42 16.16 30.11 -
YUV 115.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 132 100 148 0.11 0.32 0 0.42 280 0.19 0.49
Hex 84 64 94 B 20 0 2A 118 13 31
Octal 204 144 224 13 40 0 52 430 23 61
Binary 10000100 1100100 10010100 1011 100000 0 101010 100011000 10011 110001

Color Harmonies of #846494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846494

Black with #846494

Text Example


Text Example

White with #846494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846494; }

 p { color: rgb(132,100,148); }

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

background-color css

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

 a { background-color: rgb(132,100,148); }

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

border-color css

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

 span { border-color: rgb(132,100,148); }

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