#927CA6

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

Shades of Ce Soir #927CA6

Tints of Ce Soir #927CA6

Color information

#927CA6 (or 0x927CA6) is unknown color: approx Ce Soir. HEX triplet: 92, 7C and A6. RGB value is (146,124,166). Sum of RGB (Red+Green+Blue) = 146+124+166=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 166 - color contains mainly: blue. Hex color #927CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CA6 is #6D8359. Grayscale: #878787. Windows color (decimal): -7177050 or 10910866. OLE color: 10910866.

HSL color Cylindrical-coordinate representation of color #927CA6: hue angle of 271.43º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #927CA6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146124166-
CMYK0.120.2500.35
HSL271.43º19.09%56.86%-
HSV(B)271.43º25.3%65.1%-
XYZ25.9423.2839.2-
YUV135.37145.29135.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=33.49%
G=28.44%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461241660.120.2500.35271.4319.0956.86
Hex927CA6C1902310f1339
Octal22217424614310434172371
Binary10010010111110010100110110011001010001110000111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927CA6; }

 p { color: rgb(146,124,166); }

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

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

 a { background-color: rgb(146,124,166); }

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

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

 span { border-color: rgb(146,124,166); }

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