Html Css Color HEX #846894 Ce Soir

📋 copy color: '#846894'

red 132 ◦ green 104 ◦ blue 148

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

Shades of Ce Soir #846894

Tints of Ce Soir #846894

RGB

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

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

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

R = 34.38%
G = 27.08%
B = 38.54%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#846894 (or 0x846894) is known color: Ce Soir. HEX triplet: 84, 68 and 94. RGB value is (132,104,148). Sum of RGB (Red+Green+Blue) = 132+104+148=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #846894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846894 is #7B976B. Grayscale: #757575. Windows color (decimal): -8099692 or 9726084. OLE color: 9726084.

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

Color convert

RGB 132 104 148 -
CMYK 0.11 0.30 0 0.42
HSL 278.18º 0.17% 0.49% -
HSV(B) 278.18º 0.3% 0.58% -
XYZ 19.81 16.94 30.24 -
YUV 117.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 132 104 148 0.11 0.30 0 0.42 278.18 0.17 0.49
Hex 84 68 94 B 1E 0 2A 116 11 31
Octal 204 150 224 13 36 0 52 426 21 61
Binary 10000100 1101000 10010100 1011 11110 0 101010 100010110 10001 110001

Color Harmonies of #846894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846894

Black with #846894

Text Example


Text Example

White with #846894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846894; }

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

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

background-color css

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

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

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

border-color css

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

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

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