Html Css Color HEX #8C799E Ce Soir

📋 copy color: '#8C799E'

red 140 ◦ green 121 ◦ blue 158

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

Shades of Ce Soir #8C799E

Tints of Ce Soir #8C799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 33.41%
G = 28.88%
B = 37.71%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C799E (or 0x8C799E) is known color: Ce Soir. HEX triplet: 8C, 79 and 9E. RGB value is (140,121,158). Sum of RGB (Red+Green+Blue) = 140+121+158=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C799E is #738661. Grayscale: #828282. Windows color (decimal): -7571042 or 10385804. OLE color: 10385804.

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

Color convert

RGB 140 121 158 -
CMYK 0.11 0.23 0 0.38
HSL 270.81º 0.16% 0.55% -
HSV(B) 270.81º 0.23% 0.62% -
XYZ 23.82 21.72 35.28 -
YUV 130.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 140 121 158 0.11 0.23 0 0.38 270.81 0.16 0.55
Hex 8C 79 9E B 17 0 26 10F 10 37
Octal 214 171 236 13 27 0 46 417 20 67
Binary 10001100 1111001 10011110 1011 10111 0 100110 100001111 10000 110111

Color Harmonies of #8C799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C799E

Black with #8C799E

Text Example


Text Example

White with #8C799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,158); }

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

background-color css

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

 a { background-color: rgb(140,121,158); }

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

border-color css

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

 span { border-color: rgb(140,121,158); }

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