#90779D

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

Shades of Ce Soir #90779D

Tints of Ce Soir #90779D

Color information

#90779D (or 0x90779D) is unknown color: approx Ce Soir. HEX triplet: 90, 77 and 9D. RGB value is (144,119,157). Sum of RGB (Red+Green+Blue) = 144+119+157=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #90779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90779D is #6F8862. Grayscale: #828282. Windows color (decimal): -7309411 or 10319760. OLE color: 10319760.

HSL color Cylindrical-coordinate representation of color #90779D: hue angle of 279.47º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90779D is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144119157-
CMYK0.080.2400.38
HSL279.47º16.24%54.12%-
HSV(B)279.47º24.2%61.57%-
XYZ24.1821.5634.78-
YUV130.81142.78137.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=34.29%
G=28.33%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441191570.080.2400.38279.4716.2454.12
Hex90779D8180261171036
Octal22016723510300464272066
Binary10010000111011110011101100011000010011010001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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