#94769C

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

Shades of Ce Soir #94769C

Tints of Ce Soir #94769C

Color information

#94769C (or 0x94769C) is unknown color: approx Ce Soir. HEX triplet: 94, 76 and 9C. RGB value is (148,118,156). Sum of RGB (Red+Green+Blue) = 148+118+156=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 118 (46.48% from 255 or 27.96% 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 #94769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769C is #6B8963. Grayscale: #838383. Windows color (decimal): -7047524 or 10253972. OLE color: 10253972.

HSL color Cylindrical-coordinate representation of color #94769C: hue angle of 287.37º 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 #94769C is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148118156-
CMYK0.050.2400.39
HSL287.37º16.1%53.73%-
HSV(B)287.37º24.36%61.18%-
XYZ24.6921.6534.33-
YUV131.3141.94139.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=35.07%
G=27.96%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481181560.050.2400.39287.3716.153.73
Hex94769C51802711f1036
Octal2241662345300474372066
Binary1001010011101101001110010111000010011110001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,118,156); }

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

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

 a { background-color: rgb(148,118,156); }

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

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

 span { border-color: rgb(148,118,156); }

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