#927198

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

Shades of Ce Soir #927198

Tints of Ce Soir #927198

Color information

#927198 (or 0x927198) is unknown color: approx Ce Soir. HEX triplet: 92, 71 and 98. RGB value is (146,113,152). Sum of RGB (Red+Green+Blue) = 146+113+152=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #927198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927198 is #6D8E67. Grayscale: #7F7F7F. Windows color (decimal): -7179880 or 9990546. OLE color: 9990546.

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

Color convert

RGB146113152-
CMYK0.040.2600.40
HSL290.77º15.92%51.96%-
HSV(B)290.77º25.66%59.61%-
XYZ23.4320.1932.37-
YUV127.31141.93141.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=35.52%
G=27.49%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461131520.040.2600.40290.7715.9251.96
Hex92719841A0281231034
Octal2221612304320504432064
Binary1001001011100011001100010011010010100010010001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927198; }

 p { color: rgb(146,113,152); }

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

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

 a { background-color: rgb(146,113,152); }

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

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

 span { border-color: rgb(146,113,152); }

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