#917296

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

Shades of Ce Soir #917296

Tints of Ce Soir #917296

Color information

#917296 (or 0x917296) is unknown color: approx Ce Soir. HEX triplet: 91, 72 and 96. RGB value is (145,114,150). Sum of RGB (Red+Green+Blue) = 145+114+150=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #917296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917296 is #6E8D69. Grayscale: #7F7F7F. Windows color (decimal): -7245162 or 9859729. OLE color: 9859729.

HSL color Cylindrical-coordinate representation of color #917296: hue angle of 291.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917296 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145114150-
CMYK0.030.2400.41
HSL291.67º14.63%51.76%-
HSV(B)291.67º24%58.82%-
XYZ23.220.2631.54-
YUV127.37140.77140.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=35.45%
G=27.87%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451141500.030.2400.41291.6714.6351.76
Hex917296318029124f34
Octal2211622263300514441764
Binary10010001111001010010110111100001010011001001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917296; }

 p { color: rgb(145,114,150); }

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

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

 a { background-color: rgb(145,114,150); }

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

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

 span { border-color: rgb(145,114,150); }

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