#926BA7

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

Shades of Ce Soir #926BA7

Tints of Ce Soir #926BA7

Color information

#926BA7 (or 0x926BA7) is unknown color: approx Ce Soir. HEX triplet: 92, 6B and A7. RGB value is (146,107,167). Sum of RGB (Red+Green+Blue) = 146+107+167=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #926BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BA7 is #6D9458. Grayscale: #7D7D7D. Windows color (decimal): -7181401 or 10972050. OLE color: 10972050.

HSL color Cylindrical-coordinate representation of color #926BA7: hue angle of 279º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #926BA7 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146107167-
CMYK0.130.3600.35
HSL279º25.42%53.73%-
HSV(B)279º35.93%65.49%-
XYZ24.0919.4239.04-
YUV125.5151.42142.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=34.76%
G=25.48%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461071670.130.3600.3527925.4253.73
Hex926BA7D240231171936
Octal22215324715440434273166
Binary100100101101011101001111101100100010001110001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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