#8F799D

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

Shades of Ce Soir #8F799D

Tints of Ce Soir #8F799D

Color information

#8F799D (or 0x8F799D) is unknown color: approx Ce Soir. HEX triplet: 8F, 79 and 9D. RGB value is (143,121,157). Sum of RGB (Red+Green+Blue) = 143+121+157=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F799D is #708662. Grayscale: #838383. Windows color (decimal): -7374435 or 10320271. OLE color: 10320271.

HSL color Cylindrical-coordinate representation of color #8F799D: hue angle of 276.67º 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 #8F799D is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143121157-
CMYK0.090.2300.38
HSL276.67º15.52%54.51%-
HSV(B)276.67º22.93%61.57%-
XYZ24.2521.9534.86-
YUV131.68142.29136.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=33.97%
G=28.74%
B=37.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431211570.090.2300.38276.6715.5254.51
Hex8F799D9170261151037
Octal21717123511270464252067
Binary10001111111100110011101100110111010011010001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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