#93749D

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

Shades of Ce Soir #93749D

Tints of Ce Soir #93749D

Color information

#93749D (or 0x93749D) is unknown color: approx Ce Soir. HEX triplet: 93, 74 and 9D. RGB value is (147,116,157). Sum of RGB (Red+Green+Blue) = 147+116+157=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #93749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93749D is #6C8B62. Grayscale: #818181. Windows color (decimal): -7113571 or 10318995. OLE color: 10318995.

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

Color convert

RGB147116157-
CMYK0.060.2600.38
HSL285.37º17.3%53.53%-
HSV(B)285.37º26.11%61.57%-
XYZ24.3621.1334.69-
YUV129.94143.27140.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=35%
G=27.62%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471161570.060.2600.38285.3717.353.53
Hex93749D61A02611d1136
Octal2231642356320464352166
Binary1001001111101001001110111011010010011010001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93749D; }

 p { color: rgb(147,116,157); }

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

<style>
 a { background-color: #93749D; }

 a { background-color: rgb(147,116,157); }

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

<style>
 span { border-color: #93749D; }

 span { border-color: rgb(147,116,157); }

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