#93779C

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

Shades of Ce Soir #93779C

Tints of Ce Soir #93779C

Color information

#93779C (or 0x93779C) is unknown color: approx Ce Soir. HEX triplet: 93, 77 and 9C. RGB value is (147,119,156). Sum of RGB (Red+Green+Blue) = 147+119+156=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #93779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93779C is #6C8863. Grayscale: #838383. Windows color (decimal): -7112804 or 10254227. OLE color: 10254227.

HSL color Cylindrical-coordinate representation of color #93779C: hue angle of 285.41º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93779C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147119156-
CMYK0.060.2400.39
HSL285.41º15.74%53.92%-
HSV(B)285.41º23.72%61.18%-
XYZ24.6321.834.36-
YUV131.59141.78138.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=34.83%
G=28.20%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471191560.060.2400.39285.4115.7453.92
Hex93779C61802711d1036
Octal2231672346300474352066
Binary1001001111101111001110011011000010011110001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93779C; }

 p { color: rgb(147,119,156); }

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

<style>
 a { background-color: #93779C; }

 a { background-color: rgb(147,119,156); }

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

<style>
 span { border-color: #93779C; }

 span { border-color: rgb(147,119,156); }

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