#917398

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

Shades of Ce Soir #917398

Tints of Ce Soir #917398

Color information

#917398 (or 0x917398) is unknown color: approx Ce Soir. HEX triplet: 91, 73 and 98. RGB value is (145,115,152). Sum of RGB (Red+Green+Blue) = 145+115+152=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #917398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917398 is #6E8C67. Grayscale: #808080. Windows color (decimal): -7244904 or 9991057. OLE color: 9991057.

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

Color convert

RGB145115152-
CMYK0.050.2400.40
HSL288.65º15.23%52.35%-
HSV(B)288.65º24.34%59.61%-
XYZ23.4820.5532.43-
YUV128.19141.44139.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=35.19%
G=27.91%
B=36.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451151520.050.2400.40288.6515.2352.35
Hex917398518028121f34
Octal2211632305300504411764
Binary100100011110011100110001011100001010001001000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917398; }

 p { color: rgb(145,115,152); }

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

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

 a { background-color: rgb(145,115,152); }

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

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

 span { border-color: rgb(145,115,152); }

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