#926BA9

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

Shades of Ce Soir #926BA9

Tints of Ce Soir #926BA9

Color information

#926BA9 (or 0x926BA9) is unknown color: approx Ce Soir. HEX triplet: 92, 6B and A9. RGB value is (146,107,169). Sum of RGB (Red+Green+Blue) = 146+107+169=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #926BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BA9 is #6D9456. Grayscale: #7D7D7D. Windows color (decimal): -7181399 or 11103122. OLE color: 11103122.

HSL color Cylindrical-coordinate representation of color #926BA9: hue angle of 277.74º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926BA9 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB146107169-
CMYK0.140.3700.34
HSL277.74º26.5%54.12%-
HSV(B)277.74º36.69%66.27%-
XYZ24.2719.4940.02-
YUV125.73152.42142.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=34.60%
G=25.36%
B=40.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461071690.140.3700.34277.7426.554.12
Hex926BA9E250221161a36
Octal22215325116450424263266
Binary100100101101011101010011110100101010001010001011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926BA9; }

 p { color: rgb(146,107,169); }

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

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

 a { background-color: rgb(146,107,169); }

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

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

 span { border-color: rgb(146,107,169); }

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