#93729E

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

Shades of Ce Soir #93729E

Tints of Ce Soir #93729E

Color information

#93729E (or 0x93729E) is unknown color: approx Ce Soir. HEX triplet: 93, 72 and 9E. RGB value is (147,114,158). Sum of RGB (Red+Green+Blue) = 147+114+158=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 114 (44.92% from 255 or 27.21% 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 #93729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93729E is #6C8D61. Grayscale: #808080. Windows color (decimal): -7114082 or 10384019. OLE color: 10384019.

HSL color Cylindrical-coordinate representation of color #93729E: hue angle of 285º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93729E is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147114158-
CMYK0.070.2800.38
HSL285º18.49%53.33%-
HSV(B)285º27.85%61.96%-
XYZ24.2220.7135.07-
YUV128.88144.43140.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=35.08%
G=27.21%
B=37.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471141580.070.2800.3828518.4953.33
Hex93729E71C02611d1235
Octal2231622367340464352265
Binary1001001111100101001111011111100010011010001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93729E; }

 p { color: rgb(147,114,158); }

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

<style>
 a { background-color: #93729E; }

 a { background-color: rgb(147,114,158); }

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

<style>
 span { border-color: #93729E; }

 span { border-color: rgb(147,114,158); }

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