#92729A

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

Shades of Ce Soir #92729A

Tints of Ce Soir #92729A

Color information

#92729A (or 0x92729A) is unknown color: approx Ce Soir. HEX triplet: 92, 72 and 9A. RGB value is (146,114,154). Sum of RGB (Red+Green+Blue) = 146+114+154=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #92729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92729A is #6D8D65. Grayscale: #7F7F7F. Windows color (decimal): -7179622 or 10121874. OLE color: 10121874.

HSL color Cylindrical-coordinate representation of color #92729A: hue angle of 288º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92729A is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146114154-
CMYK0.050.2600.40
HSL288º16.53%52.55%-
HSV(B)288º25.97%60.39%-
XYZ23.720.4833.28-
YUV128.13142.6140.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=35.27%
G=27.54%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461141540.050.2600.4028816.5352.55
Hex92729A51A0281201135
Octal2221622325320504402165
Binary1001001011100101001101010111010010100010010000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92729A; }

 p { color: rgb(146,114,154); }

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

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

 a { background-color: rgb(146,114,154); }

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

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

 span { border-color: rgb(146,114,154); }

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