Html Css Color HEX #84669D Ce Soir

📋 copy color: '#84669D'

red 132 ◦ green 102 ◦ blue 157

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

Shades of Ce Soir #84669D

Tints of Ce Soir #84669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 33.76%
G = 26.09%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84669D (or 0x84669D) is known color: Ce Soir. HEX triplet: 84, 66 and 9D. RGB value is (132,102,157). Sum of RGB (Red+Green+Blue) = 132+102+157=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #84669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84669D is #7B9962. Grayscale: #757575. Windows color (decimal): -8100195 or 10315396. OLE color: 10315396.

HSL color Cylindrical-coordinate representation of color #84669D: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84669D is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 102 157 -
CMYK 0.16 0.35 0 0.38
HSL 272.73º 0.22% 0.51% -
HSV(B) 272.73º 0.35% 0.62% -
XYZ 20.35 16.84 34.08 -
YUV 117.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 132 102 157 0.16 0.35 0 0.38 272.73 0.22 0.51
Hex 84 66 9D 10 23 0 26 111 16 33
Octal 204 146 235 20 43 0 46 421 26 63
Binary 10000100 1100110 10011101 10000 100011 0 100110 100010001 10110 110011

Color Harmonies of #84669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84669D

Black with #84669D

Text Example


Text Example

White with #84669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84669D; }

 p { color: rgb(132,102,157); }

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

background-color css

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

 a { background-color: rgb(132,102,157); }

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

border-color css

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

 span { border-color: rgb(132,102,157); }

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