#8F779A

Color #8F779A Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8F779A

Tints of Ce Soir #8F779A

Color information

#8F779A (or 0x8F779A) is unknown color: approx Ce Soir. HEX triplet: 8F, 77 and 9A. RGB value is (143,119,154). Sum of RGB (Red+Green+Blue) = 143+119+154=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F779A is #708865. Grayscale: #828282. Windows color (decimal): -7374950 or 10123151. OLE color: 10123151.

HSL color Cylindrical-coordinate representation of color #8F779A: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F779A is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB143119154-
CMYK0.070.2300.40
HSL281.14º14.77%53.53%-
HSV(B)281.14º22.73%60.39%-
XYZ23.7621.3733.44-
YUV130.17141.45137.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=34.38%
G=28.61%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431191540.070.2300.40281.1414.7753.53
Hex8F779A717028119f36
Octal2171672327270504311766
Binary100011111110111100110101111011101010001000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,154); }

 H1.HeaderClassName
 {
   color: #8F779A;
 }
 .AnyTagClassName
 {
   color: #8F779A;
 }
</style>
background-color css

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

 a { background-color: rgb(143,119,154); }

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

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

 span { border-color: rgb(143,119,154); }

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