#9A7BAC

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

Shades of Ce Soir #9A7BAC

Tints of Ce Soir #9A7BAC

Color information

#9A7BAC (or 0x9A7BAC) is unknown color: approx Ce Soir. HEX triplet: 9A, 7B and AC. RGB value is (154,123,172). Sum of RGB (Red+Green+Blue) = 154+123+172=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAC is #658453. Grayscale: #898989. Windows color (decimal): -6653012 or 11303834. OLE color: 11303834.

HSL color Cylindrical-coordinate representation of color #9A7BAC: hue angle of 277.96º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A7BAC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154123172-
CMYK0.100.2800.33
HSL277.96º22.79%57.84%-
HSV(B)277.96º28.49%67.45%-
XYZ27.8624.0142.2-
YUV137.85147.27139.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.30%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=34.30%
G=27.39%
B=38.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541231720.100.2800.33277.9622.7957.84
Hex9A7BACA1C021116173a
Octal23217325412340414262772
Binary10011010111101110101100101011100010000110001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7BAC; }

 p { color: rgb(154,123,172); }

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

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

 a { background-color: rgb(154,123,172); }

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

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

 span { border-color: rgb(154,123,172); }

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