#90789B

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

Shades of Ce Soir #90789B

Tints of Ce Soir #90789B

Color information

#90789B (or 0x90789B) is unknown color: approx Ce Soir. HEX triplet: 90, 78 and 9B. RGB value is (144,120,155). Sum of RGB (Red+Green+Blue) = 144+120+155=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #90789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90789B is #6F8764. Grayscale: #838383. Windows color (decimal): -7309157 or 10188944. OLE color: 10188944.

HSL color Cylindrical-coordinate representation of color #90789B: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90789B is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144120155-
CMYK0.070.2300.39
HSL281.14º14.89%53.92%-
HSV(B)281.14º22.58%60.78%-
XYZ24.1321.7333.93-
YUV131.17141.45137.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=34.37%
G=28.64%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441201550.070.2300.39281.1414.8953.92
Hex90789B717027119f36
Octal2201702337270474311766
Binary100100001111000100110111111011101001111000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90789B; }

 p { color: rgb(144,120,155); }

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

<style>
 a { background-color: #90789B; }

 a { background-color: rgb(144,120,155); }

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

<style>
 span { border-color: #90789B; }

 span { border-color: rgb(144,120,155); }

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