#90729F

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

Shades of Ce Soir #90729F

Tints of Ce Soir #90729F

Color information

#90729F (or 0x90729F) is unknown color: approx Ce Soir. HEX triplet: 90, 72 and 9F. RGB value is (144,114,159). Sum of RGB (Red+Green+Blue) = 144+114+159=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #90729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90729F is #6F8D60. Grayscale: #7F7F7F. Windows color (decimal): -7310689 or 10449552. OLE color: 10449552.

HSL color Cylindrical-coordinate representation of color #90729F: hue angle of 280º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90729F is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144114159-
CMYK0.090.2800.38
HSL280º18.99%53.53%-
HSV(B)280º28.3%62.35%-
XYZ23.7820.4735.5-
YUV128.1145.44139.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=34.53%
G=27.34%
B=38.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441141590.090.2800.3828018.9953.53
Hex90729F91C0261181336
Octal22016223711340464302366
Binary10010000111001010011111100111100010011010001100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90729F; }

 p { color: rgb(144,114,159); }

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

<style>
 a { background-color: #90729F; }

 a { background-color: rgb(144,114,159); }

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

<style>
 span { border-color: #90729F; }

 span { border-color: rgb(144,114,159); }

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