#927BA0

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

Shades of Ce Soir #927BA0

Tints of Ce Soir #927BA0

Color information

#927BA0 (or 0x927BA0) is unknown color: approx Ce Soir. HEX triplet: 92, 7B and A0. RGB value is (146,123,160). Sum of RGB (Red+Green+Blue) = 146+123+160=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 160 - color contains mainly: blue. Hex color #927BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927BA0 is #6D845F. Grayscale: #858585. Windows color (decimal): -7177312 or 10517394. OLE color: 10517394.

HSL color Cylindrical-coordinate representation of color #927BA0: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927BA0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB146123160-
CMYK0.090.2300.37
HSL277.3º16.3%55.49%-
HSV(B)277.3º23.13%62.75%-
XYZ25.2822.8136.33-
YUV134.1142.62136.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=34.03%
G=28.67%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461231600.090.2300.37277.316.355.49
Hex927BA09170251151037
Octal22217324011270454252067
Binary10010010111101110100000100110111010010110001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,123,160); }

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

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

 a { background-color: rgb(146,123,160); }

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

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

 span { border-color: rgb(146,123,160); }

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