#95779E

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

Shades of Ce Soir #95779E

Tints of Ce Soir #95779E

Color information

#95779E (or 0x95779E) is unknown color: approx Ce Soir. HEX triplet: 95, 77 and 9E. RGB value is (149,119,158). Sum of RGB (Red+Green+Blue) = 149+119+158=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #95779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95779E is #6A8861. Grayscale: #848484. Windows color (decimal): -6981730 or 10385301. OLE color: 10385301.

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

Color convert

RGB149119158-
CMYK0.060.2500.38
HSL286.15º16.74%54.31%-
HSV(B)286.15º24.68%61.96%-
XYZ25.1622.0535.28-
YUV132.42142.44139.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=34.98%
G=27.93%
B=37.09%

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
Decimal1491191580.060.2500.38286.1516.7454.31
Hex95779E61902611e1136
Octal2251672366310464362166
Binary1001010111101111001111011011001010011010001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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