#90739C

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

Shades of Ce Soir #90739C

Tints of Ce Soir #90739C

Color information

#90739C (or 0x90739C) is unknown color: approx Ce Soir. HEX triplet: 90, 73 and 9C. RGB value is (144,115,156). Sum of RGB (Red+Green+Blue) = 144+115+156=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #90739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90739C is #6F8C63. Grayscale: #808080. Windows color (decimal): -7310436 or 10253200. OLE color: 10253200.

HSL color Cylindrical-coordinate representation of color #90739C: hue angle of 282.44º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90739C is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144115156-
CMYK0.080.2600.39
HSL282.44º17.15%53.14%-
HSV(B)282.44º26.28%61.18%-
XYZ23.6320.5934.18-
YUV128.34143.61139.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=34.70%
G=27.71%
B=37.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441151560.080.2600.39282.4417.1553.14
Hex90739C81A02711a1135
Octal22016323410320474322165
Binary10010000111001110011100100011010010011110001101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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