#92729D

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

Shades of Ce Soir #92729D

Tints of Ce Soir #92729D

Color information

#92729D (or 0x92729D) is unknown color: approx Ce Soir. HEX triplet: 92, 72 and 9D. RGB value is (146,114,157). Sum of RGB (Red+Green+Blue) = 146+114+157=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #92729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92729D is #6D8D62. Grayscale: #808080. Windows color (decimal): -7179619 or 10318482. OLE color: 10318482.

HSL color Cylindrical-coordinate representation of color #92729D: hue angle of 284.65º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92729D is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146114157-
CMYK0.070.2700.38
HSL284.65º17.99%53.14%-
HSV(B)284.65º27.39%61.57%-
XYZ23.9620.5834.61-
YUV128.47144.1140.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=35.01%
G=27.34%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461141570.070.2700.38284.6517.9953.14
Hex92729D71B02611d1235
Octal2221622357330464352265
Binary1001001011100101001110111111011010011010001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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