#94779E

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

Shades of Ce Soir #94779E

Tints of Ce Soir #94779E

Color information

#94779E (or 0x94779E) is unknown color: approx Ce Soir. HEX triplet: 94, 77 and 9E. RGB value is (148,119,158). Sum of RGB (Red+Green+Blue) = 148+119+158=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #94779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94779E is #6B8861. Grayscale: #838383. Windows color (decimal): -7047266 or 10385300. OLE color: 10385300.

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

Color convert

RGB148119158-
CMYK0.060.2500.38
HSL284.62º16.74%54.31%-
HSV(B)284.62º24.68%61.96%-
XYZ24.9821.9635.27-
YUV132.12142.61139.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=34.82%
G=28%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481191580.060.2500.38284.6216.7454.31
Hex94779E61902611d1136
Octal2241672366310464352166
Binary1001010011101111001111011011001010011010001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,119,158); }

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

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

 a { background-color: rgb(148,119,158); }

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

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

 span { border-color: rgb(148,119,158); }

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