#927499

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

Shades of Ce Soir #927499

Tints of Ce Soir #927499

Color information

#927499 (or 0x927499) is unknown color: approx Ce Soir. HEX triplet: 92, 74 and 99. RGB value is (146,116,153). Sum of RGB (Red+Green+Blue) = 146+116+153=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #927499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927499 is #6D8B66. Grayscale: #818181. Windows color (decimal): -7179111 or 10056850. OLE color: 10056850.

HSL color Cylindrical-coordinate representation of color #927499: hue angle of 288.65º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #927499 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146116153-
CMYK0.050.2400.4
HSL288.65º15.35%52.75%-
HSV(B)288.65º24.18%60%-
XYZ23.8520.932.91-
YUV129.19141.44139.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=35.18%
G=27.95%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461161530.050.2400.4288.6515.3552.75
Hex927499518028121f35
Octal2221642315300504411765
Binary100100101110100100110011011100001010001001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927499; }

 p { color: rgb(146,116,153); }

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

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

 a { background-color: rgb(146,116,153); }

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

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

 span { border-color: rgb(146,116,153); }

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