Html Css Color HEX #8C779F Ce Soir

📋 copy color: '#8C779F'

red 140 ◦ green 119 ◦ blue 159

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

Shades of Ce Soir #8C779F

Tints of Ce Soir #8C779F

RGB

 RED value IS 140 (55.08% from 255) = 33.49%

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 33.49%
G = 28.47%
B = 38.04%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C779F (or 0x8C779F) is known color: Ce Soir. HEX triplet: 8C, 77 and 9F. RGB value is (140,119,159). Sum of RGB (Red+Green+Blue) = 140+119+159=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779F is #738860. Grayscale: #818181. Windows color (decimal): -7571553 or 10450828. OLE color: 10450828.

HSL color Cylindrical-coordinate representation of color #8C779F: hue angle of 271.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C779F is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 119 159 -
CMYK 0.12 0.25 0 0.38
HSL 271.5º 0.17% 0.55% -
HSV(B) 271.5º 0.25% 0.62% -
XYZ 23.67 21.27 35.66 -
YUV 129.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 140 119 159 0.12 0.25 0 0.38 271.5 0.17 0.55
Hex 8C 77 9F C 19 0 26 110 11 37
Octal 214 167 237 14 31 0 46 420 21 67
Binary 10001100 1110111 10011111 1100 11001 0 100110 100010000 10001 110111

Color Harmonies of #8C779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C779F

Black with #8C779F

Text Example


Text Example

White with #8C779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C779F; }

 p { color: rgb(140,119,159); }

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

background-color css

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

 a { background-color: rgb(140,119,159); }

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

border-color css

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

 span { border-color: rgb(140,119,159); }

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