Html Css Color HEX #84689B Ce Soir

📋 copy color: '#84689B'

red 132 ◦ green 104 ◦ blue 155

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

Shades of Ce Soir #84689B

Tints of Ce Soir #84689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 33.76%
G = 26.6%
B = 39.64%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84689B (or 0x84689B) is known color: Ce Soir. HEX triplet: 84, 68 and 9B. RGB value is (132,104,155). Sum of RGB (Red+Green+Blue) = 132+104+155=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #84689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84689B is #7B9764. Grayscale: #767676. Windows color (decimal): -8099685 or 10184836. OLE color: 10184836.

HSL color Cylindrical-coordinate representation of color #84689B: hue angle of 272.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84689B is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 104 155 -
CMYK 0.15 0.33 0 0.39
HSL 272.94º 0.2% 0.51% -
HSV(B) 272.94º 0.33% 0.61% -
XYZ 20.38 17.17 33.25 -
YUV 118.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 132 104 155 0.15 0.33 0 0.39 272.94 0.2 0.51
Hex 84 68 9B F 21 0 27 111 14 33
Octal 204 150 233 17 41 0 47 421 24 63
Binary 10000100 1101000 10011011 1111 100001 0 100111 100010001 10100 110011

Color Harmonies of #84689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84689B

Black with #84689B

Text Example


Text Example

White with #84689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84689B; }

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

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

background-color css

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

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

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

border-color css

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

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

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