#8F759D

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

Shades of Ce Soir #8F759D

Tints of Ce Soir #8F759D

Color information

#8F759D (or 0x8F759D) is unknown color: approx Ce Soir. HEX triplet: 8F, 75 and 9D. RGB value is (143,117,157). Sum of RGB (Red+Green+Blue) = 143+117+157=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F759D is #708A62. Grayscale: #818181. Windows color (decimal): -7375459 or 10319247. OLE color: 10319247.

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

Color convert

RGB143117157-
CMYK0.090.2500.38
HSL279º16.95%53.73%-
HSV(B)279º25.48%61.57%-
XYZ23.772134.7-
YUV129.33143.61137.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=34.29%
G=28.06%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431171570.090.2500.3827916.9553.73
Hex8F759D9190261171136
Octal21716523511310464272166
Binary10001111111010110011101100111001010011010001011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,157); }

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

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

 a { background-color: rgb(143,117,157); }

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

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

 span { border-color: rgb(143,117,157); }

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