#90789C

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

Shades of Ce Soir #90789C

Tints of Ce Soir #90789C

Color information

#90789C (or 0x90789C) is unknown color: approx Ce Soir. HEX triplet: 90, 78 and 9C. RGB value is (144,120,156). Sum of RGB (Red+Green+Blue) = 144+120+156=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #90789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90789C is #6F8763. Grayscale: #838383. Windows color (decimal): -7309156 or 10254480. OLE color: 10254480.

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

Color convert

RGB144120156-
CMYK0.080.2300.39
HSL280º15.38%54.12%-
HSV(B)280º23.08%61.18%-
XYZ24.2221.7634.38-
YUV131.28141.95137.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441201560.080.2300.3928015.3854.12
Hex90789C817027118f36
Octal22017023410270474301766
Binary1001000011110001001110010001011101001111000110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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