#917EA2

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

Shades of Ce Soir #917EA2

Tints of Ce Soir #917EA2

Color information

#917EA2 (or 0x917EA2) is unknown color: approx Ce Soir. HEX triplet: 91, 7E and A2. RGB value is (145,126,162). Sum of RGB (Red+Green+Blue) = 145+126+162=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #917EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EA2 is #6E815D. Grayscale: #878787. Windows color (decimal): -7242078 or 10649233. OLE color: 10649233.

HSL color Cylindrical-coordinate representation of color #917EA2: hue angle of 271.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917EA2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB145126162-
CMYK0.100.2200.36
HSL271.67º16.22%56.47%-
HSV(B)271.67º22.22%63.53%-
XYZ25.6623.5537.38-
YUV135.78142.79134.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=33.49%
G=29.10%
B=37.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451261620.100.2200.36271.6716.2256.47
Hex917EA2A160241101038
Octal22117624212260444202070
Binary10010001111111010100010101010110010010010001000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917EA2; }

 p { color: rgb(145,126,162); }

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

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

 a { background-color: rgb(145,126,162); }

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

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

 span { border-color: rgb(145,126,162); }

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