#8F729F

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

Shades of Ce Soir #8F729F

Tints of Ce Soir #8F729F

Color information

#8F729F (or 0x8F729F) is unknown color: approx Ce Soir. HEX triplet: 8F, 72 and 9F. RGB value is (143,114,159). Sum of RGB (Red+Green+Blue) = 143+114+159=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F729F is #708D60. Grayscale: #7F7F7F. Windows color (decimal): -7376225 or 10449551. OLE color: 10449551.

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

Color convert

RGB143114159-
CMYK0.100.2800.38
HSL278.67º18.99%53.53%-
HSV(B)278.67º28.3%62.35%-
XYZ23.620.3835.49-
YUV127.8145.61138.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=34.38%
G=27.40%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431141590.100.2800.38278.6718.9953.53
Hex8F729FA1C0261171336
Octal21716223712340464272366
Binary10001111111001010011111101011100010011010001011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,159); }

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

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

 a { background-color: rgb(143,114,159); }

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

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

 span { border-color: rgb(143,114,159); }

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