#90779C

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

Shades of Ce Soir #90779C

Tints of Ce Soir #90779C

Color information

#90779C (or 0x90779C) is unknown color: approx Ce Soir. HEX triplet: 90, 77 and 9C. RGB value is (144,119,156). Sum of RGB (Red+Green+Blue) = 144+119+156=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #90779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90779C is #6F8863. Grayscale: #828282. Windows color (decimal): -7309412 or 10254224. OLE color: 10254224.

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

Color convert

RGB144119156-
CMYK0.080.2400.39
HSL280.54º15.74%53.92%-
HSV(B)280.54º23.72%61.18%-
XYZ24.121.5234.34-
YUV130.69142.28137.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=34.37%
G=28.40%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441191560.080.2400.39280.5415.7453.92
Hex90779C8180271191036
Octal22016723410300474312066
Binary10010000111011110011100100011000010011110001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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