#90799E

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

Shades of Ce Soir #90799E

Tints of Ce Soir #90799E

Color information

#90799E (or 0x90799E) is unknown color: approx Ce Soir. HEX triplet: 90, 79 and 9E. RGB value is (144,121,158). Sum of RGB (Red+Green+Blue) = 144+121+158=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #90799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90799E is #6F8661. Grayscale: #838383. Windows color (decimal): -7308898 or 10385808. OLE color: 10385808.

HSL color Cylindrical-coordinate representation of color #90799E: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90799E is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144121158-
CMYK0.090.2300.38
HSL277.3º16.02%54.71%-
HSV(B)277.3º23.42%61.96%-
XYZ24.5122.0735.32-
YUV132.1142.62136.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=34.04%
G=28.61%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441211580.090.2300.38277.316.0254.71
Hex90799E9170261151037
Octal22017123611270464252067
Binary10010000111100110011110100110111010011010001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,121,158); }

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

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

 a { background-color: rgb(144,121,158); }

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

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

 span { border-color: rgb(144,121,158); }

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