#91779E

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

Shades of Ce Soir #91779E

Tints of Ce Soir #91779E

Color information

#91779E (or 0x91779E) is unknown color: approx Ce Soir. HEX triplet: 91, 77 and 9E. RGB value is (145,119,158). Sum of RGB (Red+Green+Blue) = 145+119+158=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #91779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91779E is #6E8861. Grayscale: #838383. Windows color (decimal): -7243874 or 10385297. OLE color: 10385297.

HSL color Cylindrical-coordinate representation of color #91779E: hue angle of 280º 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 #91779E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145119158-
CMYK0.080.2500.38
HSL280º16.74%54.31%-
HSV(B)280º24.68%61.96%-
XYZ24.4521.6835.24-
YUV131.22143.11137.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=34.36%
G=28.20%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451191580.080.2500.3828016.7454.31
Hex91779E8190261181136
Octal22116723610310464302166
Binary10010001111011110011110100011001010011010001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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