Html Css Color HEX #84669B Ce Soir

📋 copy color: '#84669B'

red 132 ◦ green 102 ◦ blue 155

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

Shades of Ce Soir #84669B

Tints of Ce Soir #84669B

RGB

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

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

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

R = 33.93%
G = 26.22%
B = 39.85%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84669B (or 0x84669B) is known color: Ce Soir. HEX triplet: 84, 66 and 9B. RGB value is (132,102,155). Sum of RGB (Red+Green+Blue) = 132+102+155=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #84669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84669B is #7B9964. Grayscale: #747474. Windows color (decimal): -8100197 or 10184324. OLE color: 10184324.

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

Color convert

RGB 132 102 155 -
CMYK 0.15 0.34 0 0.39
HSL 273.96º 0.21% 0.5% -
HSV(B) 273.96º 0.34% 0.61% -
XYZ 20.18 16.77 33.18 -
YUV 117.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 132 102 155 0.15 0.34 0 0.39 273.96 0.21 0.5
Hex 84 66 9B F 22 0 27 112 15 32
Octal 204 146 233 17 42 0 47 422 25 62
Binary 10000100 1100110 10011011 1111 100010 0 100111 100010010 10101 110010

Color Harmonies of #84669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84669B

Black with #84669B

Text Example


Text Example

White with #84669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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